Re: Heroku background processes

2008-07-07 Thread etf
It's very important for me too, Did you get the answer? On 3 июл, 22:14, Sherrod [EMAIL PROTECTED] wrote: Hello, I have need to run background processes on my Heroku instance. Specifically, I need to run a Ruby script at HH:59:00 every hour. Is this possible on the Heroku platform? I have a

Re: Heroku background processes

2008-07-07 Thread Morten Bagai
Hello We don't support long-running or scheduled background processes yet. However, we do understand that this feature is important to many applications, and we have plans support it in the future once we've designed a solution that will work in a cloud computing environment. There are

where does an external csv file go in Heroku?

2008-07-07 Thread WaterRecMan
I previously used ActiveRecord::Base to put csv data into my database. Now I want to do the same thing in Heroku, but I can't find a place to save the csv file so it knows where to look when I run active record. So my big question is how do we deal with external files in Heroku? thank you.

Re: Downloaded Archive is empty

2008-07-07 Thread Morten Bagai
If you let me know the name of your app, I can check into it for you. /Morten On Jul 4, 2008, at 1:13 PM, Dornz wrote: When I click the Download Archive link under export, the archive saves with a size of 0k. --~--~-~--~~~---~--~~ You received this

Re: ultrasphinx

2008-07-07 Thread Morten Bagai
Hello, I would not expect this to work at present, since ultrasphinx requires the sphinx searchd daemon to run and we don't yet support the ability to have long-running background processes. Best, Morten On Jul 7, 2008, at 10:07 AM, youngj wrote: hey all - i was wondering if anyone has

internal server error on both edit and view

2008-07-07 Thread rotochamp
I just started using heroku last week and I love it. when I left for the holiday weekend my app was working. When I came back to access it tonight, I get Internal Server Error on both Edit and View. the app is fantasysportsmob.heroku.com All that I have implemented is a Restful Authentication

Re: internal server error on both edit and view

2008-07-07 Thread rotochamp
Looks like its working now, If you did something then thanks =) On Jul 7, 6:12 pm, Morten Bagai [EMAIL PROTECTED] wrote: Hey, Seems to work for me now. Are you still having problems? /Morten On Jul 7, 2008, at 6:10 PM, rotochamp wrote: I just started using heroku last week and I

NameError: uninitialized constant Heroku::HerokuUser

2008-07-07 Thread Stu Vwxyz
Is there a way to use the restful Authentication generated tests? The diagnostic: NameError: uninitialized constant Heroku::HerokuUser causes them all to fail. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku