Using: Rails 3 and Ruby-1.9.2 on OSX Snow Leopard 32 I've installed several different versions of Sphinx (0.9.8, 0.9.9) and Thinking Sphinx (2.0.0.rc1, 2.0.0.rc2) and keep getting this error on "rake thinking_sphinx:index"
I've followed the instructions for installing Sphinx and Thinking Sphinx with Rails3 here (http://freelancing-god.github.com/ts/en/ rails3.html)... An here's the model that I'm trying this on: class MainFoodDesc < ActiveRecord::Base define_index do indexes maindescription end end I'm at my wit's end trying to figure this out. Anyone got any advice? -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
