Re: Sendgrid help

2010-02-25 Thread Doug Petkanics
When you hit the email limit Sendgrid throws an exception when you attempt to send for the rest of the day. If you see this in Hoptoad then you can enable sendgrid:premium for the rest of the day to up your quota. A great heroku addon would be sendgrid:smart which would automatically enable the

Re: text/cache-manifest MIME type

2010-02-25 Thread Mike Harrison
Thanks, Adam. I appreciate your taking time to build an example. This should do the trick. Cheers, Michael On Wed, Feb 24, 2010 at 9:55 PM, Adam Wiggins a...@heroku.com wrote: I put together a small example of an html5 offline app using cache manifest and deployed it to Heroku:

Plugins working?

2010-02-25 Thread Ed Jones
Trying to insall acts_as_list. Following the instructions, I get $ heroku plugins:install git://github.com/rails/acts_as_list.git The system cannot find the path specified. The system cannot find the path specified. Could not install acts_as_list. Please check the URL and try again Going to the

Re: Plugins working?

2010-02-25 Thread Terence Lee
Hi, Herocutter is for heroku plugins not rails plugins. You can install plugins using: script/plugin install git://github.com/rails/acts_as_list.git or as a gem in the Gemfile (bundler) or .gems manifest. -Terence On Thu, 2010-02-25 at 08:43 -0800, Ed Jones wrote: Trying to insall

new to ruby / git / heroku : environments / best practices

2010-02-25 Thread dan
without incessant pushing of files, which ruby environment is heroku running? dev or production? what are some of the files you typically list in git ignore? im launching a site and need to add some email info but not sure which environment to add it to or how to properly keep sensitive info on

Re: new to ruby / git / heroku : environments / best practices

2010-02-25 Thread Carl Anderson
Heroku runs in production. I'm not sure about other people, but my gitignore typically looks like this log tmp db/*.sqlite3 db/data.yml *.*~ Carl On Thu, Feb 25, 2010 at 12:18 PM, dan mr.dan.ma...@gmail.com wrote: without incessant pushing of files, which ruby environment is heroku running?

Re: db:push single table?

2010-02-25 Thread leigh
Thanks Mike! Your approach seems reasonable. We are just ramping up our process, so we will give this a whirl. On Feb 24, 6:19 am, Mike Harrison mi...@zipnosis.com wrote: Hello, Leigh. My company needed to do the same thing. Here is what we did. There may be better way, but this gets the job

Re: new to ruby / git / heroku : environments / best practices

2010-02-25 Thread Terence Lee
For sensitive info you might want to check out jbarnette's configlet: http://github.com/jbarnette/configlet using heroku env variables. On Thu, 2010-02-25 at 12:18 -0800, dan wrote: without incessant pushing of files, which ruby environment is heroku running? dev or production? what are some

Re: Better logging feedback

2010-02-25 Thread Oren Teich
Nothing else from anyone? This comes up all the time - is exceptional sufficient? Oren On Thu, Feb 25, 2010 at 8:21 AM, Oren Teich o...@heroku.com wrote: Rails doesn't show SQL queries when running in production mode. New Relic is your best bet for seeing this stuff, regardless of platform.

Re: Better logging feedback

2010-02-25 Thread Gustavo Beathyate
I haven't been able to install exceptional for over a week. I keep getting internal server error messages… On Feb 25, 2010, at 21:25 , Oren Teich wrote: Nothing else from anyone? This comes up all the time - is exceptional sufficient? Oren On Thu, Feb 25, 2010 at 8:21 AM, Oren Teich

Re: Better logging feedback

2010-02-25 Thread David Dollar
Give it a try now, we just pushed out some fixes to the Exceptional integration. On Thu, Feb 25, 2010 at 10:05 PM, Gustavo Beathyate r...@obviamente.pe wrote: I haven't been able to install exceptional for over a week. I keep getting internal server error messages… On Feb 25, 2010, at

Re: Better logging feedback

2010-02-25 Thread Sunny Beach
From a relative beginner's perspective, it would be nice for the 500 page to display something useful on the first time (or first few times) a new application is loaded. Overwriting the application's ability to have a custom 500 page is probably a bad idea but giving some minimal direction would

Getting more info from the cron logs

2010-02-25 Thread andrew
I've got a daily cron, added to an app with a free plan, that I would like to send out daily summaries to users who made changes to their profiles. I'm too new to rails and Heroku alike to figure out if the cron job is not running or if I've just written a crummy rake task. I can send the emails

Re: Better logging feedback

2010-02-25 Thread schapirama
Oren, I am glad that you bring up this issue. As you know, I have been working on the problem of logging and analytics for Heroku apps for a while now, and have recently finished building a modular architecture to support the capture, analysis, and acting on logging data --beyond the passive

Re: Better logging feedback

2010-02-25 Thread schapirama
Oren, I am glad that you bring up this issue. As you know, I have been working on the problem of logging and analytics for Heroku apps for a while now, and have recently finished building a modular architecture to support the capture, analysis, and acting on logging data --beyond the passive

Re: Getting more info from the cron logs

2010-02-25 Thread Oren Teich
It's because you're checking the hour. Daily cron runs once a day, and chances are, it's not during midnight. It may run at 1 in the morning, or 3 in the afternoon. Remove the time conditional, and it should work. Oren On Wed, Feb 24, 2010 at 6:55 PM, andrew trill.di...@gmail.com wrote: I've

Bundle upgrade

2010-02-25 Thread Trevor Turk
I'd like to request (another) bundler upgrade. They keep making fixes to the gem, and I think Heroku is using an older one, if I'm not mistaken. -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: is PostGIS supportet on heroku?

2010-02-25 Thread Morten Bagai
Chris, Yes we support postgis on our dedicated database servers. If you do need this feature, please let me know prior to ordering. Best, Morten On Feb 25, 2010, at 2:27 PM, Chris christian.w...@gmail.com wrote: Hi, since neither Google nor the Docs search on heroku.com brought up

Re: Bundle upgrade

2010-02-25 Thread Oren Teich
While they make fixes, they also break things. For example 0.9.9 no longer passes the specs, and has broken support for git repos. I'm now considering the code alpha state. They are going to do a 0.10 branch before even a 1.0. Using it for anything production is a very big mistake at this