ferret
How to run ferret (acts_as_ferret) with jruby?
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.[详细]
2023-03-11 04:11 分类:问答Can't install ‘ferret’ gem on Mac OS X Snow Leopard
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[详细]
2023-02-23 14:04 分类:问答Rails: find_by_contents with conditions; syntax help please
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[详细]
2023-02-08 10:07 分类:问答acts_as_ferret with German umlauts
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”).[详细]
2023-02-06 11:54 分类:问答How rebuild index with acts_as_ferret?
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![详细]
2023-01-28 18:33 分类:问答Finding á, à, etc characters with ferret in rails
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.[详细]
2023-01-28 18:21 分类:问答need help with acts_as_ferret and will_paginate to play nice together
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 开发者_如[详细]
2022-12-28 20:12 分类:问答Garbage collection with Ruby C Extension
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[详细]
2022-12-15 06:06 分类:问答Is Ferret stable enough to use in production?
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[详细]
2022-12-14 23:31 分类:问答DelayedJob with acts_as_ferret in production mode
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\'[详细]
2022-12-11 02:24 分类:问答