Texticle 1.0.3 Released

texticle version 1.0.3 has been released!

Texticle exposes full text search capabilities from PostgreSQL, and
allows
you to declare full text indexes. Texticle will extend ActiveRecord
with
named_scope methods making searching easy and fun!

Changes:

1.0.3 / 2010-07-07

  • 1 major enhancement

    • Added Rails 3 support.
  • 1 bugfix

    • Model names that end in double 's’s (like Address) don’t choke the
      rake tasks anymore.