Re: What changed with the heroku_mailer?

2008-12-02 Thread Tobin Juday
I don't know if this is the problem, but Rails 2.2 added internal support for TLS. I wonder if the ActionMailer patch we've all been using to add TLS support so we can send email through Gmail is conflicting somehow. http://github.com/rails/rails/commit/732c724df61bc8b780dc42817625b25a321908e4 To

Re: 502 Bad Gateway

2008-10-06 Thread Tobin Juday
App "stately" is down as well, no pushes for weeks. Tobin On Mon, Oct 6, 2008 at 7:21 AM, waldo <[EMAIL PROTECTED]> wrote: > > Another. > App name: meltingfood > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: Is anyone using Hoptoad?

2008-09-11 Thread Tobin Juday
I've got it working. My app is blessed, though. Tobin On Thu, Sep 11, 2008 at 7:40 PM, albemuth <[EMAIL PROTECTED]> wrote: > > I was using this service (and think it's awesome) on another server > but it doesn't seem to be working here. Is there a restriction for > accessing external services? I

Re: Hpricot

2008-09-08 Thread Tobin Juday
Sorry, I should have replied already. I got it working, thanks. Tobin On Mon, Sep 8, 2008 at 3:58 PM, stretch <[EMAIL PROTECTED]> wrote: > > Tobin, > > yeah, when in edit mode, if click vendor then Gems & Plugins, u get a > page with all available plugins and gems. > > Upload or Install from URL

Re: Logs

2008-09-05 Thread Tobin Juday
Oh, and my app name is "stately", if that helps. Tobin On Fri, Sep 5, 2008 at 3:19 PM, Tobin Juday <[EMAIL PROTECTED]> wrote: > My Log tab doesn't seem to be updating. I've been running the app today, > but the last log entry is from yesterday. I had an error,

Logs

2008-09-05 Thread Tobin Juday
My Log tab doesn't seem to be updating. I've been running the app today, but the last log entry is from yesterday. I had an error, but I can't check the log file to see what happened. As a slight aside, are there plans to work on the Log tab in general? It's slow, and not very usable in it's cur

Re: Chrome

2008-09-03 Thread Tobin Juday
It doesn't have a Mozilla base, it's based on WebKit. So out of the box, I would expect it to have the same level of support as Safari 3. Tobin On Wed, Sep 3, 2008 at 9:30 AM, eastmad <[EMAIL PROTECTED]> wrote: > > Yeah, obvious post I know. > > Can we expect Heroku to run in Chrome? It has a mo

Re: heroku_user

2008-03-09 Thread Tobin Juday
That works great Adam, thanks. It would be cool to have some sort of checking built in to the plugin to check where it is running and only initialize the mock if it's not running on the Heroku site. That way, it could be checked into Git, and really, could be part of a standard creation of a Hero

heroku_user

2008-03-08 Thread Tobin Juday
I've tried out the simple authentication built in to Heroku (using heroku_user), and it works great online, but when I pull it down to my local machine, it obviously fails due to the missing heroku_user "command". Has anyone rigged up some sort of heroku_user mock? I played with it for a little