J, What are your machines, versions of rails, etc? You can't migrate because acts_as_ferret is a requirement of your application (see environment.rb: config.gem 'acts_as_ferret', :version=> '0.4.3'). And if it is complaining it can't find the gem, you have some problem with your installation. Note that ferret and acts_as_ferret are different things.
Cheers, SAzima On Jan 29, 10:34 pm, "j.wesselman" <[email protected]> wrote: > Hello. > > On my development machine, I've followed the manual steps to get > lovdbyless up and running. > > - install rflickr > - install RedCloth > - Rmagick already installed > > Then I run rake gems:build. The first time I tried this, ferret > wouldn't build. So I removed it from the vendor/gems folder and > download the gem and unpacked it again, and then copied > the .specification file back into the vendor/gems/ferret directory in > my rails app. > > I run rake gems:build again, and everything builds fine. (what is that > about?) Then I run the rake mig a=no and it runs the db migrations. > Then rake test and it tests fine. Run script/server and I have a > working lovdbyless app on my dev machine. > > The problem is when I try to deploy. I have my deploy file set up > properly with tasks to install lovdbyless in the same fashion as I did > on my dev machine. It installs the first gems, then builds the others. > I again had problems with the ferret gem here. So I logged in via ssh > and replaced it in the same fashion and got it working properly. I > can't migrate the database in production mode without starting > ferret_server first. I try script/ferret_server start and it tells me > that it can't find the acts_as_ferret gem. > > I'm pulling my hair out here. Anybody have any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
