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 at http://groups.google.com/group/heroku?hl=en.
