Archive for August, 2007

Rails: Database Search using ‘acts_as_ferret’

Do you need the capability to run full text based searches on your database? The Ruby on Rails plugin ‘acts_as_ferret’ will enable your application to do this.
‘acts_as_ferret’ is a Rails port to Ferret, the Ruby port of Lucene. It is an ActiveRecord mixin which adds full text searching capabilities to any Rails model.

It also caters […]