This is still happening to me.  Any ideas?  blacksky.heroku.com just
sends me to the login page for Heroku.  How can I fix this?  I tried
restarting the app - no dice.

thanks
Nate

On Dec 3 2008, 8:57 am, doubleminus <[email protected]> wrote:
> 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 herokuloginpage.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to