Sphincter version 1.1.0 has been released!
* <http://seattlerb.org/Sphincter>
Sphincter uses Dmytro Shteflyuk's sphinx Ruby API and automatic configuration to make totally rad ActiveRecord searching. Well, you still have to tell Sphincter what models you want to search. It doesn't read your mind.
When updating to 1.1.0, run:
rake sphincter:setup_sphinx
Changes:
## 1.1.0 / 2007-08-13
* 2 major enhancements: * Fields across relationships may be included via add_index. * Sphincter now automatically configures Dmytro Shteflyuk's sphinx API. Run `rake sphincter:setup_sphinx` and check in vendor/plugins/sphinx. * 1 bug fix: * `rake sphincter:index` task didn't correctly run reindex. Bug submitted by Lee O'Mara.