[Rails-deploy] Re: automated gem deployment?

2007-06-05 Thread James H.
er if Piston managed this sort of thing. James H. On Jun 5, 12:27 am, "Chris Bailey" <[EMAIL PROTECTED]> wrote: > For non-platform specific gems, we do, and I'd recommend freezing them into > your codebase, that way you track them with your code, and they are simply > ther

[Rails-deploy] Handling Large Data Imports

2007-06-06 Thread James H.
(old site is written in ASP using a MS SQL database -- it's a mess). I know I can write scripts to massage data, but something I'm unsure of is how to actually *move* the data from the old servers to the new servers -- neither of which I'll have physical access to. Recommend

[Rails-deploy] Re: sphinx vs ferret

2008-01-07 Thread James H.
I've been humming and hawing all weekend about whether or not to put in the time to use Sphinx, and I guess the mountain of evidence is clear: I'll be moving my project over to Sphinx today. James On Jan 7, 3:19 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've been using Ferret since it

[Rails-deploy] Re: mongrel/nginx vs mod_rails

2008-09-21 Thread James H.
I run a server at work that uses mod_rails quite successfully. It was really easy to get started, and seems to be doing great. Something particularly attractive about mod_rails was that we could easily host any Sinatra app (we have a few of those running) and Merb apps too. James H. On Sep 15

[Rails-deploy] LD_LIBRARY_PATH and Oracle

2009-03-02 Thread James H.
Greetings. I'm scratching my head over a problem with LD_LIBRARY_PATH and the OCI8 (Oracle) gem this morning. Here's the error I'm getting during a cold deploy with Capistrano: == BEGIN == * executing "cd /var/apps/sred/current && rake db:create RAILS_ENV=production && rake db

[Rails-deploy] Re: LD_LIBRARY_PATH and Oracle

2009-03-02 Thread James H.
Ah ha! Fixed. Make sure you set LD_LIBRARY_PATH to the correct path in /etc/environment. It's not really the "Debian way", but it seems to get the job done. James H. On Mar 2, 11:17 am, "James H." wrote: > Greetings. > > I'm scratching my head over a prob

[Rails-deploy] Re: LD_LIBRARY_PATH and Oracle

2009-04-20 Thread James H.
What do you mean by "online terminal window"? James On Apr 19, 5:42 pm, Gavin wrote: > Hey guys! > > I'm having a similar problem trying to integrate RMagick with my rails > app. > > In the online terminal (on my host's server) if I write: > > export "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_