Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created August 7, 2010 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanvanderbyl/512530 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/512530 to your computer and use it in GitHub Desktop.
➜ ~ sudo gem install rails --pre
Password:
Successfully installed activesupport-3.0.0.rc
Successfully installed activemodel-3.0.0.rc
Successfully installed rack-1.2.1
Successfully installed rack-test-0.5.4
Successfully installed rack-mount-0.6.9
Successfully installed tzinfo-0.3.22
Successfully installed erubis-2.6.6
Successfully installed actionpack-3.0.0.rc
Successfully installed arel-0.4.0
Successfully installed activerecord-3.0.0.rc
Successfully installed activeresource-3.0.0.rc
Successfully installed actionmailer-3.0.0.rc
Successfully installed thor-0.14.0
Successfully installed railties-3.0.0.rc
Successfully installed bundler-1.0.0.rc.3
Successfully installed rails-3.0.0.rc
16 gems installed
➜ ~ rails new test
Invalid application name test. Please give a name which does not match one of the reserved rails words.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment