Some RDBMS (like PostgreSQL 8.3 and newer) implement full text search directly, so you don't need external tools. This Rails plugin gives that functionality in a generic way.
Ayose Cazorla
gem "make-text-search", "~> 0.1.2"