[Rails-deploy] Serving static subdirectories

2007-05-21 Thread jcontonio
A client of mine wants to put a friends site up at blah.com/blah/ How should I go about setting that up when I blah.com is a rails app managed by Capistrano and served via mongrel/apache? Just add the blah folder in the public folder? That will be a pain when I use cap no?

[Rails-deploy] Deployment to (mt) GridServer 99%...help me with the 1%

2007-04-17 Thread jcontonio
So my app is working great it seems. The deployment works great, all the data is migrated over from my old host, etc. One thing, when I hit the homepage, I get a 500 error and I believe it has to do with RedCloth. Any page on the site where I use the textilize() function, I get the error page. I

[Rails-deploy] Still, big session problem

2007-04-16 Thread jcontonio
I am still having a rather bad sesssion problem on my production server. /tmp is getting loaded with ruby_sess files and eventually (probably takes 2 weeks) crashes out my application. Can someone point me to an article that better explains how to deal with file based sessions? Or should I just

[Rails-deploy] Re: Still, big session problem

2007-04-16 Thread jcontonio
Sanheim [EMAIL PROTECTED] wrote: On 4/16/07, jcontonio [EMAIL PROTECTED] wrote: I am still having a rather bad sesssion problem on my production server. /tmp is getting loaded with ruby_sess files and eventually (probably takes 2 weeks) crashes out my application. Can someone point me

[Rails-deploy] Re: Still, big session problem

2007-04-16 Thread jcontonio
have to periodically delete sessions, but it's easy to do, and much more efficient (and scalable) than file-based sessions. http://wiki.rubyonrails.com/rails/pages/HowtoChangeSessionStore On Apr 16, 2007, at 6:22 AM, jcontonio wrote: I am still having a rather bad sesssion problem on my

[Rails-deploy] Mongrel startup

2007-02-07 Thread jcontonio
Hello. I have mongrel working perfectly, other than it doesn't start when my server reboots (not good). So my setup is this. I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and then a directory of symlinks to my rails apps in /usr/local/etc/ mongrel_cluster/ named whatever.yml

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread jcontonio
This would work if I was running linux. I am running FreeBSD. On Feb 7, 10:20 am, harper [EMAIL PROTECTED] wrote: jcontonio wrote: Hello. I have mongrel working perfectly, other than it doesn't start when my server reboots (not good). So my setup is this. I have the mongrel_cluster

[Rails-deploy] Re: Capistrano Error When deploying

2007-02-02 Thread jcontonio
I am going to guess that sudo isnt installed on the server? I just ran into this problem...seems like a no brainer that sudo should be installed, but it wasnt. On Jan 29, 1:59 pm, nendee [EMAIL PROTECTED] wrote: The remote command reaper isn't working: sudo: