On Sat, Nov 29, 2008 at 3:46 PM, Corey Haines <[EMAIL PROTECTED]> wrote:
> The server for feedmyworms failed to start. Details:
>
> /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:530:in `send':
> undefined method `cache_template_loading=' for ActionView::Base:Class
> (NoMethodError) from

Since we installed the 2.2 gem, a lot of people seem to be hitting
this.  In every case I've seen, it's because the app is expecting 2.1,
but this isn't explicitly specified in the environment.  Add this to
config/environment.rb to avoid this problem:

RAILS_GEM_VERSION = '2.1'

Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
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