Full Text Search & Tagging with Ruby on Rails and Ferret
Johnny of Johnny's Thoughts has put together a brief article / tutorial about implementing full text search with tagging in a Ruby on Rails application. He uses Ferret, a Ruby port of Lucene, the acts_as_ferret Rails plugin, and ActsAsTaggable.