Created
August 7, 2010 06:50
-
-
Save ivanvanderbyl/512530 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
➜ ~ 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