I have an existing project, which uses the \"acts_as_ferret\" gem. I installed it (and the other required gems) and tried to run the db-migration script.
I can\'t install the ferret gem in my computer with: gem install ferret Here is the error: macbookpro:tehago davidpombarlourido$ sudo gem install ferret
Looking to limit a find based on conditions in a Rails 2.0.2. Find statement: @employees = Employee.find_by_contents(params[:keywords].to_s, :include => [ :categories, :revisions, :approvals, :ar
I managed to setup my app with a search based on acts_as_ferret. Overall it works fine. But I can\'t find results for words with umlauts (e. g. “Getränke”).
I am using acts_as_ferret(0.4.3) to do full-text searching, but when update index I need to restart ferret, so is there any good method to make it u开发者_StackOverflow中文版pdate automatic? thanks!
I have a rails project with ferret working on it. Also I have some tables with french and spanish names in there. That contains characters like: á, à. ü, etc.
I have installed will_paginate and acts_as_ferret on my system for ruby rails. My paginate seems to work fine before installing acts_as_ferret.When I put in the code to do searching I get the 开发者_如
I am working my way through Ferret (Ruby port of Lucene) code to solve a bug. Ferret code is mainly a C extension to Ruby. I am running into
Ferret the ruby implementation of lucene is reasonably powerful, however online discussions in 2008 seemed to indicate ferret had many stability issues and would segfault regularly. There have been 10
I get the following error when I run my task via DelayedJob: closed stream /usr/lib/ruby/1.8/drb/drb.rb:961:in `select\'