'acts_as_taggable' Category
-
Mar212009
Ferret to Sphinx: Part 1 – Why and how to integrate it with acts_as_taggable
Share
I am currently working on moving Muziboo’s search from ferret to sphinx. We were using acts_as_ferret (AAF) plugin which provides a very simple rails integration with ferret. AAF binds itself to the active record callbacks and makes index updation painless. However AAF is pretty unstable in production mode and we realized this only lately with [...]