For those of you using Rails on PostgreSQL 8.3+, you might be interested in using PGSQL's integrated full-text-search capabilities with this plugin, although it's not yet release quality:
Acts_as_ferret works okay, but when you run into a lot of writes (the problem the poster had), you have to run it with its built in DRb server to resolve the issues.
http://code.google.com/p/acts-as-tsearch/