MongoDB instrumentation in New Relic using Mongoid 2.0.0.beta.19

2010-11-02 Thread fbjork
Hi guys, is anyone using Mongoid and the New Relic addon and successfully seeing MongoDB transactions? I can get Resque and Redis to work, but MongoDB doesn't show up. I have the following in my Gemfile: gem 'rpm_contrib', '1.0.13' gem 'newrelic_rpm', '2.13.3' -- You received this message beca

dm-is-list problem

2010-11-02 Thread DAZ
I'm having some trouble with dm-is-list. I'm trying to set the position of a page by using a drop down menu. I have the following code in a Sinatra app: Page.create(params[:page]).move(params[:position]) The strange thing is that I get the error below on the live site on Heroku, but not on my loca

Re: The first request always times out when my app is idle

2010-11-02 Thread Brian M
Thanks for the suggestion, Andrew. Yes, I did try looking at the logs. It never says anything about an error. I can try again the next time it happens and post the log contents. Interestingly, it's no longer happening today even though it was consistently happening before. Hey Heroku folks: if you

Re: The first request always times out when my app is idle

2010-11-02 Thread Andrew Le
Brian, Have you tried checking the log messages via `heroku logs` after getting a hanging request like this? That might help you shed some light on this. I personally have not seen an issue like this on any of the apps I've deployed though. //Andrew Brian M wrote: > Hi, > > I currently have one

xml-simple error stops deploy

2010-11-02 Thread Mark
Hi there, I have a rails app running on Heroku, but since I have added Amazon S3 for handling uploads, I get this error when I try to deploy: -> Heroku receiving push -> Rails app detected -> Detected Rails is not set to serve static_assets Installing rails3_serve_static_assets

"Could not find activesupport-3.0.1" crash for new Rails 3 app

2010-11-02 Thread harry
Hi, I've been trying to get a freshly created Rails 3.0.1 app up on Heroku. The app works fine locally, but crashes immediately whenever I push it to Heroku: {{code}} $ heroku logs Could not find activesupport-3.0.1 in any of the sources Try running `bundle install`. ==> dyno-2863476.log (crash)

Re: My app hanged, I can't find out why and neither New Relic nor Exceptional tells me anything useful

2010-11-02 Thread oma
It looks like I can blame MongoHQ for this one (they had connectivity issue at the time). http://status.mongohq.com/services/arrow/2010/10/30 but my app hanged an hour longer, until I performed a heroku restart. Still, I'd like to know which strategies you implement to detect a hang. -oma On Oct