No such file to load -- acts_as_ferret (MissingSourceFile)

Hi

I’ve been using acts_as_ferret for a few weeks on my ibook and
everything has been going just fine. But when I migrated my project onto
windows xp sp2, acts_as_ferret seemed to become broken.

I just put my project into a svn repository from ibook and checked it
out into a windows pc. I got ruby1.8.5, rails1.2.3, ferret0.11.4
installed as gems. After I checked out the project, I got no such file
to load – acts_as_ferret (MissingSourceFile) error while trying to
start server.

I’ve tried to delete the acts_as_ferret plugin and reinstall it. The
reinstallation is successful, but the error is still there.

Does anyone has any ideas about this? Thanks a lot.

Allen

On Aug 9, 2007, at 5:08 AM, Allen Young wrote:

After I checked out the project, I got no such file
to load – acts_as_ferret (MissingSourceFile) error while trying to
start server.

Does the error say which file is missing?

John B. wrote:

Does the error say which file is missing?

No… I’ve deleted the plugin and installed acts_as_ferret as a gem. Now
it’s OK. But I still don’t understand my installing as a plugin doesn’t
work. The weired thing is that sometimes it works and sometimes it
doesn’t.