search for: honovich

Displaying 3 results from an estimated 3 matches for "honovich".

2009 Apr 19
3
Exclude Files from Capistrano / Source Control
Hello, I have some video clips I want to make accessible through my web server (through the public folder). However, they are large and I do not want to commit them to Git so that capistrano can automatically upload them. What''s the best way of doing this? Thanks, John -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this
2007 Nov 29
7
Sessions Not Working In Production Mode
I am completely stumped by this problem, and would welcome any suggestions people could provide. My application uses active-record-based sessions. In development mode, the app works fine with sessions, no problems. But in production mode, the process works for a while (a few hours, maybe more), but at a certain point the session mechanism stop working. It looks like the system stops storing new
2009 Aug 29
1
Delayed_Jobs Failed: Where to Check Logs/Errors?
...check details on what is happening with delayed_jobs? I know when I send it normally/synchronously, it completes successful. However, when I use delayed_jobs, it fails. Code Sample: Class Mailer ... def report(email,time,name) ... end Controller Mailer.send_later(:deliver_report,"jhonovich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org",time,name) Any ideas? Thank you. -- Posted via http://www.ruby-forum.com/.