Created
July 21, 2009 05:48
-
-
Save arzumy/151155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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