This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bda033c0c8cd7245fc6274aeeaed5c52f945b0de
tree 1c703a0ec77b3a0d49a7320f0a4129855c7e1555
parent 6704e1b8f62a930ed95c41c44239a7f03f093165
tree 1c703a0ec77b3a0d49a7320f0a4129855c7e1555
parent 6704e1b8f62a930ed95c41c44239a7f03f093165
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Fri Sep 19 02:47:00 -0700 2008 | |
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | Fri Sep 19 02:47:00 -0700 2008 | |
| |
TODO | ||
| |
init.rb | Fri May 23 07:25:10 -0700 2008 | |
| |
install.rb | Fri Sep 19 02:47:00 -0700 2008 | |
| |
lib/ | ||
| |
recipes/ | Wed Jun 25 23:45:39 -0700 2008 | |
| |
spec/ | ||
| |
tasks/ | ||
| |
test/ |
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








