Re: postgres gui tools

2010-08-23 Thread John Beynon
pgadmin3 here but never directly against a heroku hosted db, always pulled and then repushed if needs be but on the whole we'd do minor data adjustments at the command line. On Aug 21, 4:16 pm, Todd profes...@gmail.com wrote: Do you have a favorite postgres gui tool? I've grown to like the

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread misza222
Hi Daz, How about that: == post '/contact' do require 'pony' Pony.mail( :to = 'your-email-address', :from = params[:from], :subject = params[:subject], :body = params[:content], :via = :smtp, :via_options = { :address =

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread DAZ
Thanks Michal, This is brilliant, just a couple of questions: 1. Where do I get SENDGRID_USERNAME and SENDGRID_PASSWORD from, or are they set up automatically when I install the Sendgrid addon? 2. What do I change the HELO domain to? cheers, DAZ On Aug 23, 11:53 am, misza222

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread Mike Abner
Works well. http://docs.heroku.com/sendgrid You just have to set up pony correctly using the heroku config vars that get set when you add sendgrid to your app. Look at the bottom of that page and you'll see them. Mike On Sun, Aug 22, 2010 at 12:41 PM, DAZ daz4...@gmail.com wrote: Hi, I'm

Sequel Migrations and Heroku

2010-08-23 Thread slabounty
All, I'm trying to migrate a database using Sequel to Heroku and not having much luck. I have been successful in pushing a database using heroku db:push sqlite://db.sqlite. Here's my rakefile (which does work locally): namespace :db do task :migrate do version = ENV['VERSION'] ? -M

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread Raving Genius
SENDGRID_USERNAME and SENDGRID_PASSWORD are setup automatically by Heroku (http://docs.heroku.com/sendgrid). They will not be available when running locally, so I would do something like this: # ... :user_name = ENV['SENDGRID_USERNAME'] || 'local username', :password = ENV['SENDGRID_PASSWORD'] ||

Re: db:push Errors?

2010-08-23 Thread hcabbos
Hi. I'm getting the same error. Did you find a solution to your problem? On Jun 30, 5:48 pm, Chromag9 chrom...@gmail.com wrote: Does anyone have any idea why I'm getting the following error when I attempt to do a heroku db:push ? Sending indexes Sending data 4 tables, 2 records

Re: Crazy slow AJAX performance

2010-08-23 Thread John McCaffrey
Sounds like an interesting problem. To recap: 1. You do not see this behavior locally in Firefox or Safari, but only when deployed to Heroku (and that's why you posted to this group) 2. Its always been this way, and nothing changed recently (new version of jquery, etc) Is this something that we