Hi!
I'm using Bundler gem 1.0.0.rc.6 and Rails 2.3.8
I specified a gem to be part of the production group in the Gemfile but, when I run a Rails console in dev env, that damn gem is loaded!
I strictly followed the setup found on http://gembundler.com/v1.0/rails23.html
Any idea ? Thanks !
Edit: BTW the 'problematic' gem is not loaded (which is fine) when I run
Bundler.setup
and
Bundler.require(:default)
with IRB