This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: Sphincter version 1.1.0 has been released!
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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 in 1.1.0:
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.