Created
November 30, 2012 14:19
-
-
Save guilleiguaran/4176047 to your computer and use it in GitHub Desktop.
Using Rails 4.0.beta right now
This file contains 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
% mkdir quux | |
% cd quux | |
% vim Gemfile | |
% bundle install | |
% bundle exec rails new . --edge # You will be asked to overwrite Gemfile, confirm it with Y |
This file contains 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
source :rubygems | |
gem 'rails', github: 'rails/rails' | |
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders' | |
gem 'journey', github: 'rails/journey' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment