Hi, I've been using capistrano with no issues, deploying a particular app for a while now.
Recently I started using ferret to provide search functionality fort the site, and things have come a bit unstuck. When I run the deploy:migrations task, I get this: ** [out :: mysite.com] rake aborted! ** [out :: mysite.com] ** [out :: mysite.com] no such file to load -- ferret although the plain deploy task works, as does "rake db:migrate" through SSH. Ferret is installed in a slightly unusual way on the server. I've change the GEM_HOME on the server to /home/myuser/gems, and added the directory to the gem path. I've also added this directory to the ENV['GEM_PATH'] variable. It seems that for some reason my custom gem path isn't being searched when the migrations are run through capistrano. Is there any way to specify that the extra directory should be included? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
