acts-as-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 分类:问答How do I install acts_as_ferret in Windows XP?
I cannot install Acts As Ferret in Windows XP. My development environment is, RubyGems - 1.7.2 Ruby -1.8.7[详细]
2023-02-23 07:27 分类:问答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 分类:问答Docs or tutorial for "acts_as_ferret" [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not curr开发者_高级运维ently accepting answers.[详细]
2023-01-22 10:14 分类:问答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 分类:问答acts_as_ferret not searching at all
I am trying get acts_as_ferret working in my rails applications. I have installed the ferret gem. Installed the acts_as_ferret plugin.[详细]
2022-12-14 17:25 分类:问答acts_as_ferret with multiple hosts
I开发者_StackOverflow中文版\'ve got everything working with ferret and acts_as_ferret for development (or localhost DRb), but I can\'t get my multiple host deployment working.All of the remote systems[详细]
2022-12-14 14:34 分类:问答acts_as_ferret multi model search not working in rails app
I am trying to solve a strange issue with ferret开发者_如何学编程/acts_as_ferret Of course I have googled and posted the question:[详细]
2022-12-13 12:31 分类:问答