Skip to content

Instantly share code, notes, and snippets.

@lporras
Forked from guilleiguaran/Gemfile
Created December 17, 2012 14:22
Show Gist options
  • Save lporras/4318626 to your computer and use it in GitHub Desktop.
Save lporras/4318626 to your computer and use it in GitHub Desktop.
% 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