yes - I set GEM_HOME to the vendor/bundler_gems path - ENV["GEM_HOME"]
= File.expand_path('../../vendor/bundler_gems', __FILE__)
On Feb 15, 11:58 pm, Pedro Belo <[email protected]> wrote:
> What instructions did you follow? Are you setting the GEM_HOME to
> vendor/bundler_gems?
>
> On Mon, Feb 15, 2010 at 6:12 PM, Solly <[email protected]> wrote:
> > Hi -
> > I am in the process of migrating from the Aspen stack to the Bamboo
> > (MRI 1.9.1) stack.  I am using Gem Bundler to manage my gems.
> > However, even with rails installed, when I go to my app, I get the
> > following error:
> > --
> > Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`,
> > update your RAILS_GEM_VERSION setting in config/environment.rb for the
> > Rails version you do have installed, or comment out RAILS_GEM_VERSION
> > to use the latest version installed.
> > --
> > I have successfully been able to recreate the error locally; The
> > problem seems to be with Thin.  On my local machine, when rails is not
> > installed as a global gem (i.e. via gem install rails -v=2.3.5), Thin
> > throws the same error.  However, Webrick does not throw such an error
> > (it works fine).  Thus, I would guess the problem would be with Thin
> > not looking in the correct places (namely vendor/bundler_gems) for
> > rails.  I have followed the instructions for the latest bundler (under
> > the beta docs).  Any ideas about how to fix this?
>
> > Best Regards,
> > Solly
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Heroku" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to