Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Facing several issues related to an upgrade from bamboo-ree-1.8.7/ruby 1.8.7/rails 2.3.11 to cedar or bamboo-mri-1.9.2/ruby 1.9.2/rails 3.0.12. I am stuck where it throws this error message about "No such file to load - xml".

I have nokogiri used in the site and have that part of my Gemfile and Gemfile.lock. What will be the next thing I can look at to resolve the migration?

share|improve this question
I had a hard time to figure out this thing. Make sure that your production.rb is same as development. Some reason, one of the config didn't work well with ruby 1.9.1 and rails 3.0.12 For SSL, make sure that you have this plugin installed: heroku-ssl-doctor – Muthu Nov 15 '12 at 14:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.