public
Fork of moro/search_do
Description: AR: Hyperestraier integration
Homepage:
Clone URL: git://github.com/grosser/search_do.git
name age message
file CHANGELOG Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file MIT-LICENSE Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file README Loading commit data...
file Rakefile Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file TODO Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file init.rb Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
file install.rb Mon Dec 29 03:00:02 -0800 2008 mode-change on all files... + more documentation [grosser]
directory lib/
directory recipes/ Wed Jun 25 23:45:39 -0700 2008 add utilities - control estadmin - Rake recipe ... [moro]
directory spec/
directory tasks/
directory test/ Fri May 23 07:25:10 -0700 2008 No history import of acts_as_searchable [scoop]
README
= acts_as_searchable

This library adds fulltext searching capabilities based on Hyper Estraier (http://hyperestraier.sourceforge.net/) to
an ActiveRecord model.

Original is written by scoop see
- http://github.com/scoop/acts_as_searchable/tree/master
- http://poocs.net/2006/4/6/introducing-acts-as-searchable

This fork is maintained by MOROHASHI Kyosuke
- http://github.com/moro/acts_as_searchable/tree/master

== Pre-requisites

A working Hyper Estraier instance, setup instructions:

* http://hyperestraier.sourceforge.net/nguide-en.html

== Original Resources

Install

* gem install acts_as_searchable

Bugtracking

* http://trac.poocs.net/projects/plugins

Rubyforge project

* http://rubyforge.org/projects/ar-searchable

RDocs

* http://ar-searchable.rubyforge.org

Subversion

* svn://poocs.net/plugins/trunk/acts_as_searchable