Skip to content

Instantly share code, notes, and snippets.

@arzumy
Created July 21, 2009 05:48
Show Gist options
  • Select an option

  • Save arzumy/151155 to your computer and use it in GitHub Desktop.

Select an option

Save arzumy/151155 to your computer and use it in GitHub Desktop.
nobody:~ arzumy$ sudo gem list --local | grep rails
rails (2.3.2, 2.2.2, 2.1.1, 1.2.5)
# Jika versi kamu agak ketinggalan zaman, taip command ini untuk update
nobody:~ arzumy$ sudo gem update
# Jika tiada rails ditemui, taip command ini
nobody:~ arzumy$ sudo gem install rails mongrel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment