Created
August 11, 2012 21:50
-
-
Save stevendanna/3327498 to your computer and use it in GitHub Desktop.
Cool Story.
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
sdanna@gaius ~/src > rails new foobar | |
Rails is not currently installed on this system. To get the latest version, simply type: | |
$ sudo gem install rails | |
You can then rerun your "rails" command. | |
sdanna@gaius ~/src > gem list rails | |
*** LOCAL GEMS *** | |
rails (3.2.8) | |
sdanna@gaius ~/src > sudo gem list rails | |
*** LOCAL GEMS *** | |
rails (3.2.8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment