Re: postgres connection problems

2012-11-30 Thread Luke G
Hi, I've just run into this problem. Will check out the resources you linked to Peter but I am curious about the status of this issue. I clicked Andrew's link to his support ticket, but was unauthorized by heroku to view it. Thanks - Luke On Tuesday, November 27, 2012 12:24:14 AM UTC-5, Pe

Re: Problem with Zerigo account

2012-06-26 Thread Luke G
Not sure if this is relevant, but the first time I added zerigo I used the website interface, and then this problem happened. When I removed zerigo via CLI and then re-added it via CLI, the problem just went away. On Thursday, June 7, 2012 11:38:00 AM UTC-4, Edwin wrote: > > My Zerigo DNS add-o

Re: Problem with Zerigo account

2012-06-25 Thread Luke G
I'm having this same problem. Not able to find the Stack Overflow answer that Prizefighter mentioned On Thursday, June 7, 2012 11:38:00 AM UTC-4, Edwin wrote: > > My Zerigo DNS add-on is not working. When I click on configure I see an > error message: > > There is a problem with your Zerigo acc

Paperclip/ImageMagick error: invalid argument for option `140x1^': -resize

2009-12-15 Thread Luke G
Hi, I am using Paperclip, and attempting to do a resize of images uploaded by the user: My model looks like this: class MyImage < ActiveRecord::Base has_attached_file :pic, :styles => { :sidebar => ["140x1^", :jpg], :listable => ["1x200^", :jpg] }, :storage => :s3,