amazon simple email service + heroku

2011-01-26 Thread mattsly
Assume others on this list are mighty intrigued by this announcement: http://aws.amazon.com/ses/ I've always thought sendgrid looked great, but way overpriced. Amazon's offering looks far more small-site friendly. A few points of discussion: 1) Does calling it from an app running on Heroku count

Re: pg:reset with shared database failing

2011-01-26 Thread Aaron Brethorst
Thanks, Peter. Can you send out an email to the mailing list when it's solved? Cheers, Aaron On Jan 26, 2011, at 1:22 PM, Peter van Hardenberg wrote: > We're working on that bug right now. Hope to have it released shortly. If the > matter is urgent, please open a support ticket and we'll run it

Re: pg:reset with shared database failing

2011-01-26 Thread Peter van Hardenberg
We're working on that bug right now. Hope to have it released shortly. If the matter is urgent, please open a support ticket and we'll run it manually. Peter On Wed, Jan 26, 2011 at 12:57 PM, Brian wrote: > I just had the exact same problem. Would really like to clear my > staging db to test a

Re: pg:reset with shared database failing

2011-01-26 Thread Brian
I just had the exact same problem. Would really like to clear my staging db to test a production migration. Brian On Jan 25, 4:57 pm, Aaron Brethorst wrote: > I'm getting a rather unhelpful error message when I try resetting my shared > database. I'm using v1.17.10 of the gem. > > heroku pg:res

Re: rake db:migrate appeared to start migrating from the very beginning on two different apps.

2011-01-26 Thread Peter van Hardenberg
Hi Wes, maybe this is somehow related to the credentials roll. Can you open a support ticket? I'd like to investigate further. Peter Dep't of Data On Wed, Jan 26, 2011 at 10:14 AM, Wes Gamble wrote: > Happened again on the other app. This has happened to me on two apps., > twice each in the

Re: How to get Ruby 1.9.2, Rails3, and PostgreSQL going?

2011-01-26 Thread John McCaffrey
Jay, I'm in the process of going through the railstutorial.org chapters and providing some coaching for some clients of mine that want to get up to speed on rails. (and the railstutorial is a great way to do that!) I would start with the most basic steps you can, and make sure that you use rvm to

Re: rake db:migrate appeared to start migrating from the very beginning on two different apps.

2011-01-26 Thread Wes Gamble
Happened again on the other app. This has happened to me on two apps., twice each in the last 2 days. Here's the first part of the script that I run to deploy to Heroku: $ cat push #!/bin/sh git push koached-bot master git push heroku master heroku rake db:migrate heroku restart Below is the

Re: rake db:migrate appeared to start migrating from the very beginning on two different apps.

2011-01-26 Thread John McCaffrey
Are you the same guy that is having one app point to the DATABASE_URL of another heroku app? these wouldn't be the same apps, right? (cuz, well that would be the first thing I would suspect) Prior to running your migrations you can check the migration version with: heroku rake db:version On Tue