It's more that Rails doesn't like it - because it has its own autoloading mechanisms, and so it can end up double-loading classes, which can have odd side effects.
If you can, try removing all the manual requires (at least ones related to models), and see if that helps things - both with and without the manual indexed_models setting in sphinx.yml. -- Pat On 13/08/2011, at 11:27 PM, Aaron B. Russell wrote: > Hrm, it does seem that some of the models are indeed manually requiring other > models. At first glance, I'm not sure why we're doing that though. From the > sound of your last message it seems like requiring models from other models > is a bad thing to do? > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/thinking-sphinx/-/6qsSyLqpmLQJ. > 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. -- 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.
