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
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
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
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
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
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)
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