Re: UTF 8 (korean) encoding and db:push

2010-01-14 Thread eggie5
I was able to find no fix for this issue but moving my dev to postgres and everything worked from there on... On Dec 19 2009, 1:37 pm, eggie5 egg...@gmail.com wrote: I try to do heroku db:push but when I view my DB on heroku all the encoding is lost: $ heroku db:push Auto-detected local

Campfire Deploy Hook

2010-01-14 Thread Matt Polito
Ever since 37signals made the change to their new accounts system, I have been having much trouble with my Campfire deploy hook. On apps that already had it before the change, I know get a failed deploy hook with the error message that my account required SSL. On new Campfire deploy hooks... I

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Devyn Cairns
Yeah, can't you guys just support PayPal? On Wed, Jan 13, 2010 at 2:28 PM, John McCaffrey john.mccaff...@gmail.comwrote: mandatory I can understand, but only supporting 3 credit card types? What's up with that? On Mon, Jan 11, 2010 at 12:05 PM, Morten Bagai mor...@heroku.com wrote: Hi

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Shane Becker
Yeah, can't you guys just support PayPal? can't you just... Classic. -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to

Re: Deploying from rails subdirectory within repository

2010-01-14 Thread Devyn Cairns
Well, Adam *is* one of the guys at Heroku [?] On Thu, Jan 14, 2010 at 10:40 AM, Dave th03p...@gmail.com wrote: Thanks folks, the help's appreciated. For anyone reading this later, the guys at Heroku have also said that Adam's solution is a good workaround. Cheers, Dave -- You received

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Devyn Cairns
._. On Thu, Jan 14, 2010 at 9:48 AM, Shane Becker veganstraighte...@gmail.comwrote: Yeah, can't you guys just support PayPal? can't you just... Classic. -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Devyn Cairns
Haha, well, let's see if I can rephrase that. Heroku, can you please replace your current payment method with PayPal? It would make things a lot easier for everyone, especially people outside of the US. On Thu, Jan 14, 2010 at 1:35 PM, Ryan Heneise r...@donortools.com wrote: can't you just...

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Shane Becker
Haha, well, let's see if I can rephrase that. Heroku, can you please replace your current payment method with PayPal? It would make things a lot easier for everyone, especially people outside of the US. Dealing with paypal (on either end) has been known from time to time to be the opposite

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Chris Hanks
Absolutely. I'd much rather trust my credit card number to Heroku than to Paypal. On Jan 14, 4:57 pm, Shane Becker veganstraighte...@gmail.com wrote: Haha, well, let's see if I can rephrase that. Heroku, can you please   replace your current payment method with PayPal? It would make  

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Devyn Cairns
Okay, hm, I haven't had any issues with PayPal, but I guess that's all luck. On Thu, Jan 14, 2010 at 6:10 PM, Chris Hanks christopher.m.ha...@gmail.comwrote: Absolutely. I'd much rather trust my credit card number to Heroku than to Paypal. On Jan 14, 4:57 pm, Shane Becker

Re: Why is it mandatory to submit Credit Card Information for Add Ons ?

2010-01-14 Thread Oliver Barnes
on the usability side: I just tried adding a free extension (piggyback ssl) as a collaborator, and the experience was frustrating. Tried a few times on the command line (got internal server errors without any more info, nothing on heroku logs), then went to heroku's site. kept thinking there was

Re: Memory Leak

2010-01-14 Thread Michael
The differences between your machine and Heroku could be the Ruby version. I've encountered a number if little quirks running 1.8.7 locally but running 1.8.6 on Heroku. Try to simulate the same environment on your machine or EC2 and see if the leak occurs. Good luck, those problems are always a

Re: Memory Leak

2010-01-14 Thread Terence Lee
It might be worth checking out http://github.com/ice799/memprof or perftools.rb by tmm1. Hope that helps. On Thu, 2010-01-14 at 17:24 -0800, Michael wrote: The differences between your machine and Heroku could be the Ruby version. I've encountered a number if little quirks running 1.8.7

Re: Errno::ECONNREFUSED when sending mail from Clearance with Sendgrid addon

2010-01-14 Thread Terence Lee
For UserMailer.test_mail you'll want to use UserMailer.deliver_test_mail On Thu, 2010-01-14 at 04:26 -0800, Simon Starr wrote: Hi, I have a pretty basic app that uses Clearance (http://github.com/ thoughtbot/clearance) for user auth and I've added the Sendgrid Basic addon to handle mailing