Skip to content

Instantly share code, notes, and snippets.

@koji
Created January 4, 2015 06:46
Show Gist options
  • Save koji/ae3dbb7f94a30bb6b491 to your computer and use it in GitHub Desktop.
Save koji/ae3dbb7f94a30bb6b491 to your computer and use it in GitHub Desktop.
Install rails
You have had to install ruby on your machine.
Update gem
gem update --system
Install rails without documents because it's going to be faster than with documents
gem install rails --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment