Skip to content

Instantly share code, notes, and snippets.

@stevendanna
Created August 11, 2012 21:50
Show Gist options
  • Save stevendanna/3327498 to your computer and use it in GitHub Desktop.
Save stevendanna/3327498 to your computer and use it in GitHub Desktop.
Cool Story.
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