Re: Problems with Hoptoad

2011-05-20 Thread Michel Pigassou
Hi Dan. It's not related to this email since I'm a paying user of Hoptoad. My ticket have been sent to Hoptoad's support. We'll see. Thanks. -- 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.

Rails 3.1 asset pipeline causing 503?

2011-05-20 Thread David
Klaus Harti posted this message originally on May 11th and I have it in my digest list - I just can't seem to find it on Google Groups. Anyhow, I'm seeing a similar problem but with this on serving the resulting CSS: !! Unexpected error while processing request: deadlock; recursive locking Log:

Re: Rails 3.1 asset pipeline causing 503?

2011-05-20 Thread Chris Hanks
I get this same error frequently on my development machine (Ruby 1.9.2p180 on Ubuntu Natty), so it's not Heroku-specific. On May 20, 8:01 am, David datab...@gmail.com wrote: Klaus Harti posted this message originally on May 11th and I have it in my digest list - I just can't seem to find it on

how do i request a full stack trace in heroku console

2011-05-20 Thread fearless_fool
The following interaction works fine in my local development environment but fails on Heroku: $ heroku console p = Premise.new(:address = 555 University Ave, :user = User.first) = #Premise id: nil, user_id: 1, address: 555 University Ave p.save NoMethodError: undefined method `name' for