Re: MongoHQ Connection Issues

2011-03-07 Thread Martin Solli
After the improvements MongoHQ did this weekend, we're no longer seeing the 
timeouts. It think they nailed it.

-martin

-- 
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.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: New Relic Bronze - how to install

2011-03-07 Thread John McCaffrey
try the ui.

If it seems like its not working for your app, create a vanilla rails app,
throw it up to heroku, add new relic to it from the UI, and see if that
works.  (attempting to rule out any conflict in gems from your other app.
Though I've never heard of any conflicts with new Relic before)

On Fri, Mar 4, 2011 at 9:21 AM, Rupert Fisher rupe...@gmail.com wrote:

 Thanks John,

 In the meantime I've removed the addon.

 Safe to add it again, if so shall I go via the command line or the web UI?

 Best,

 Rupert

 On 4 Mar 2011, at 15:10, John McCaffrey john.mccaff...@gmail.com wrote:

 you should start seeing data relatively soon.

 I've only added it using the UI interface though, so maybe there is a step
 I'm unaware of when you do it from the command line.



 On Thu, Mar 3, 2011 at 10:19 AM, bingobob  rupe...@gmail.com
 rupe...@gmail.com wrote:

 Bit confused on the the docs re new relic bronze..

 I start with...

 heroku addons:add newrelic:bronze

 in my case ( i have two remotes )

 heroku addons:add newrelic:bronze --app appname

 that worked fine, I get a New Relic screen via heroku control panel I
 even see the new relic config variables have been added.

 But no data!

 So do I need to install the New Relic Gem myself, the docs implied
 that the config/newrelic.yml would be setup for me, file's not there
 on my local machine? Do I just put the newrelic gem into my gemfile
 and bundle install ?

 Please advise,

 Thanks

 bb



 --
 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
 heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku%2bunsubscr...@googlegroups.com
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en
 http://groups.google.com/group/heroku?hl=en.




 --
 -John




-- 
-John

-- 
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.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Not responding rails application

2011-03-07 Thread sanmugasundaram k
i am new bee for rails. i simply develop my rails application. It run
perfect in local host. i deploy this application with heroku now i got error
as

 We're sorry, but something went wrong
We've been notified about this issue and we'll take a look at it shortly.


 here my application http://mmfas.heroku.com/

help me

-- 
 நன்றி ...

சண்முகசுந்தரம்.க

  Kanchi Linux User Group Rocks !

 http://kanchilug.wordpress.com

 My Experiments In Linux are here

 http://gowithfoss.wordpress.com/

-- 
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.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Not responding rails application

2011-03-07 Thread Stephen Cremin
Could be any number of things. On Heroku, your application is running in
production mode, not development mode, for greater speed, etc. And
Heroku uses PostgreSQL, which you may not be using locally.

Have you ran all database migrations on Heroku's side (heroku rake:db
migrate)? Is your application coded to assume that there is data to
display, which you haven't yet pushed up to the server (heroku db:push).

Your first port of call is to look at the logs (heroku logs) to get a more
precise cause of the error:
http://devcenter.heroku.com/articles/logging

Stephen


On 8 March 2011 01:47, sanmugasundaram k k.sanmug...@gmail.com wrote:

 i am new bee for rails. i simply develop my rails application. It run
 perfect in local host. i deploy this application with heroku now i got error
 as

  We're sorry, but something went wrong
 We've been notified about this issue and we'll take a look at it shortly.


  here my application http://mmfas.heroku.com/

 help me

 --
  நன்றி ...

 சண்முகசுந்தரம்.க

   Kanchi Linux User Group Rocks !

  http://kanchilug.wordpress.com

  My Experiments In Linux are here

  http://gowithfoss.wordpress.com/

  --
 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.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.


-- 
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.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Exceptional + workers

2011-03-07 Thread Cristiano
I have been using background workers and exceptional on Heroku and I
love them both. The only thing I'm a bit disappointed about is that I
never get any messages from exceptional when something fails in a
background process. Is there a way to make this work?

-- 
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.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: gem install failure with Psych- (rather than Syck-) based Gemspec?

2011-03-07 Thread Piotr Szotkowski
Piotr Szotkowski:

 - Installing gem tributary 0.0.2 from http://rubygems.org
ERROR:  While executing gem ... (Gem::Exception)
ruby_code case not handled: Syck::PrivateType
  ! Heroku push rejected, failed to install gem

Finally figured this out – adding

YAML::ENGINE.yamler = 'syck'

to the .gemspec forces RubyGems to use Syck and build
the gem’s metadata in a way that works at Heroku (and
doesn’t show an error on RubyGems.org for that matter).

— Piotr Szotkowski
-- 
For the sake of topic titles, I’d rather if Monty saved Python.
   [Anonymous Coward on a ‘Monty Wants to Save MySQL’ post, /.]





signature.asc
Description: Digital signature