The best way to do session expiration in HEROKU

2008-04-11 Thread mega
Dears, is there any good way to do a session expiration in Heroku? or any rules to follow? I'm a rookie in rails, and Heroku of course, Lately, I have just created some simple apps in Heroku. I notice that there are some house- keeping work to do with user sessions. Even thought I use activerecord

Re: Deploying to heroku with git

2008-04-11 Thread Henry Wagner
If you get deploy working, please let me know :) I'll play around with it more over the weekend. On Fri, Apr 11, 2008 at 4:44 PM, Andrew Shindyapin < [EMAIL PROTECTED]> wrote: > > Thanks! > > On Apr 11, 1:20 pm, "Henry Wagner" <[EMAIL PROTECTED]> wrote: > > I'm still stuck, but here's what I know

Re: Deploying to heroku with git

2008-04-11 Thread Andrew Shindyapin
Thanks! On Apr 11, 1:20 pm, "Henry Wagner" <[EMAIL PROTECTED]> wrote: > I'm still stuck, but here's what I know so far on Windows XP. > > * Install heroku gem: gem install heroku > * Install cygwin:http://www.cygwin.com/ > * When you get to the "Install Packages" step of the cygwin setup.exe you

Re: Deploying to heroku with git

2008-04-11 Thread Henry Wagner
I'm still stuck, but here's what I know so far on Windows XP. * Install heroku gem: gem install heroku * Install cygwin: http://www.cygwin.com/ * When you get to the "Install Packages" step of the cygwin setup.exe you will need to install * Developer Tools: git * Editors: vim (needed for git)

Re: Deploying to heroku with git

2008-04-11 Thread Andrew Shindyapin
Hey Henry, Unfortunately, I don't have the answer to your question, only a request: would you mind posting a tutorial of getting everything working smoothly on WinXP to be able to deploy to heroku with git? Thanks, Andrew On Apr 11, 1:58 am, "Henry Wagner" <[EMAIL PROTECTED]> wrote: > Hi, > > I

Re: run sql commands on database

2008-04-11 Thread Orion Henry
Well, the assumption is that you don't need to because between migrations and active record the SQL database itself is abstracted away. This is not totally true but it is 95% of the time. I encourage you to try and see if your problem can be solved this way first. If you still need to run raw s