rails / journey

A router for rails
221 stars 57 forks source link

Add local .Gemfile #34

Closed bogdan closed 11 years ago

bogdan commented 12 years ago

Just like in rails/rails: local gemfile for debugging/benchmarking/performancing gems.

schneems commented 12 years ago

@bogdan i've not used this functionality previously. What exactly do you use it for?

If i'm understanding correctly the desired intent of this change, you can get the same functionality using edge bundler and using the --local config:

https://github.com/carlhuda/bundler/blob/master/man/bundle-config.ronn

bogdan commented 12 years ago

From https://github.com/rails/rails/commit/a437986f433a775c7c370ad3f0273938015699df :

commit a437986f433a775c7c370ad3f0273938015699df
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Thu Nov 17 14:41:53 2011 -0800

    allow people to set a local .Gemfile so that things like ruby-debug are not required for regular development