Heroku App Crashes - Reports Error in ActiveSupport gem?

If you are using Rails 3x, you should be using rubygems 1.9.2, not 1.8.7. Also make sure you have your correct rails version declared in your environment. Rb if you are on rails 2x as well as your Gemfile.

If you are using Rails 3x, you should be using rubygems 1.9.2, not 1.8.7. Also make sure you have your correct rails version declared in your environment. Rb if you are on rails 2x as well as your Gemfile.So for rails 2x project environment.

Rb RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION Gemfile gem 'rails', '2.3.8' and for rails 3x project Gemfile gem 'rails', '3.0.7' That way heroku knows which rails version to load under which gem sets. You should be able to git push heroku master if it is all straightened out.

I already have that defined in appropriate files. – Jasdeep Singh Jul 8 '11 at 0:45 as a side note, Rails 3. X works fine on Ruby 1.8.7 - Ruby 1.9.2 is not a requirement for Rails 3.

X – John Beynon Jul 8 '11 at 8:31.

OK, I've fixed this thing. And I feel like throwing myself from the tallest building in the world for this. I've been struggling with this since the last week.

There was a file in my app/helpers directory called errors_helper. Rb which was unfortunately named errors_helper.rb. Rb Changing the name extension solved my problem!

OK, I've fixed this thing. And I feel like throwing myself from the tallest building in the world for this. I've been struggling with this since the last week.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions