On Sun, Mar 1, 2009 at 11:49 PM, DAZ <[email protected]> wrote: > rake aborted! > undefined method `cache_template_loading=' for ActionView::Base:Class
This method was removed in Rails 2.2. You'll need to either 1. explicitly set your Rails version to 2.1 in environment.rb, or delete the line mentioning cache_template_loading from config/environments/development.rb. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
