[Rails-deploy] Re: Capistrano 2.1.0; using /u/apps even though deploy_to se

2008-01-29 Thread Anil Wadghule
Paul Mcmillan wrote: Hi, I am trying to use Capistrano, version 2.1.0, to do a deploy to a local server and things seemed to be going well; I can capify the application, I can run cap deploy:setup and it creates the needed directories in my application path. However, even though I set

[Rails-deploy] Re: Capistrano 2.1.0; using /u/apps even though deploy_to se

2008-01-29 Thread Anil Wadghule
Thanks Bastien Vauche, doing following change solved my problem The other solution would be to place the set :mongrel_conf AFTER the set :deploy_to as the deploy_to has to be defined to provide a correct current_path, if not it's the default path that will be used

[Rails-deploy] mongrel, logging, dying processes

2008-01-29 Thread Jonathan Rochkind
Hi. I'm deploying a Rails app via a mongrel cluster. I have some confusion about logging in a mongrel environment. Some of my mongrels seem to be dying unexpectedly. The .pid file is still there, but the process isn't. However, when I look at the mongrel.pid.log file for a mongrel that is no

[Rails-deploy] Re: sphinx vs ferret

2008-01-29 Thread Jeff
I took a good look at Sphinx and Ultrasphinx, even tried implementation in my app. Unfortunately these were show stoppers for me: - No real integration with activerecord (plugin just generates sql statements outside of the context of AR. Therefore you can't really use your own custom model

[Rails-deploy] Re: sphinx vs ferret

2008-01-29 Thread Peter Vandenabeele
Jeff Cc wrote: - No wildcards at all (Sphinx doesn't support them) Do you mean the * feature (prefix* and *infix*) ? Where the search term program* matches the database text program, programmer, programs ... Those work for me in version sphinx-0.9.8-svn-r1065 and sphinx-0.9.8-svn-r1112 ... I

[Rails-deploy] sphinx vs ferret

2008-01-29 Thread Pat Allan
On 1/29/2008, Peter Vandenabeele [EMAIL PROTECTED] wrote: Jeff Cc wrote: - No wildcards at all (Sphinx doesn't support them) Do you mean the * feature (prefix* and *infix*) ? Where the search term program* matches the database text program, programmer, programs ... Those work for me in

[Rails-deploy] 500.html pstore.rb File too large - session//ruby_sess......

2008-01-29 Thread Ashutosh Saxena
Hi, I get 500.html error, and have done everything: .htaccess, give all permissions, etc. It neither works on webrick (locally), nor on Apache (on http). (The public/index.html shows up, but if I go to any pages in the controller, it does not.) Maybe it is the problem of different