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 cannot install Acts As Ferret in Windows XP. My development environment is, RubyGems - 1.7.2 Ruby -1.8.7
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!
Closed. This question does not meet Stack Overflow guidelines. It is not curr开发者_高级运维ently accepting answers.
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 trying get acts_as_ferret working in my rails applications. I have installed the ferret gem. Installed the acts_as_ferret plugin.
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
I am trying to solve a strange issue with ferret开发者_如何学编程/acts_as_ferret Of course I have googled and posted the question: