Skip to content

Instantly share code, notes, and snippets.

@russ
Created January 6, 2010 23:04
Show Gist options
  • Save russ/270779 to your computer and use it in GitHub Desktop.
Save russ/270779 to your computer and use it in GitHub Desktop.
sudo gem install bundler
mkdir appname && cd appname && echo 'directory "vendor/rails", :glob => "{*/,}*.gemspec"
gem "rails", "3.0.pre", :git => "git://github.com/rails/rails.git"
git "git://github.com/rails/arel.git"
git "git://github.com/rails/rack.git"' > Gemfile
gem bundle
bin/rails . -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment