I tried exporting my app (blacksky), making the requisite changes (commented out config.action_view.cache_template_loading = true and changed rails version to '2.2.2.'), then re-importing. The re-import error'ed out every time so I had to create a new app, import to that, then rename it. Now trying to go to blacksky.heroku.com just forwards you to the heroku login page.
On Dec 2, 4:15 pm, Matthew Moore <[EMAIL PROTECTED]> wrote: > The real issue is that in a default "config/production.rb", there's a > line: > > config.action_view.cache_template_loading = true > > This call no longer exists in rails 2.2.2. If you remove that line > from 'config/production.rb' and redeploy your app, your app shouldn't > run into this problem anymore. > > On Dec 2, 1:06 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > > > 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 [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 -~----------~----~----~----~------~----~------~--~---
