Created
February 2, 2010 09:05
-
-
Save mikel/292533 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
Installing Rails from github | |
$ git clone http://github.com/carlhuda/bundler | |
$ cd bundler | |
$ gem build bundler.gemspec | |
$ gem install bundler | |
$ cd .. | |
$ git clone http://github.com/rails/rails | |
$ ruby rails/railties/bin/rails test --dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment