Skip to content

Instantly share code, notes, and snippets.

@levicole
Created January 10, 2010 19:26
Show Gist options
  • Select an option

  • Save levicole/273707 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/273707 to your computer and use it in GitHub Desktop.
gem "rails", "3.0.pre", :path => "/Users/levikennedy/projects/rails"
%w(activesupport activemodel actionpack actionmailer activerecord activeresource).each do |lib|
gem lib, '3.0.pre', :path => "/Users/levikennedy/projects/rails#{lib}"
end
git "git://github.com/rails/rails.git"
git "git://github.com/rails/arel.git"
git "git://github.com/rails/rack.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment