Hi, I know that I had trouble with this plugin because the git repo included all .o and .bundle files, which were getting in the way (the build process thinking that the gem was built and good, which it was, but not for my architecture/system).
I removed these and listed them in .gitignore to avoid later problems. Hope that helps. On Fri, Jan 30, 2009 at 1:34 AM, 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? > > > > -- Francois Gombault --~--~---------~--~----~------------~-------~--~----~ 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? -~----------~----~----~----~------~----~------~--~---
