Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created November 30, 2012 14:19
Show Gist options
  • Save guilleiguaran/4176047 to your computer and use it in GitHub Desktop.
Save guilleiguaran/4176047 to your computer and use it in GitHub Desktop.
Using Rails 4.0.beta right now
% mkdir quux
% cd quux
% vim Gemfile
% bundle install
% bundle exec rails new . --edge # You will be asked to overwrite Gemfile, confirm it with Y
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