I''ve got Ultrasphinx powering the search on my Rails app. It''s working with all of my models when they''re first indexed, but then, after what seems like a random amount of time, I''ll get the following error on just *one* of my models: search#show (Ultrasphinx::UsageError) "Invalid class name \"Playlist \"" I set up this model like so: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/5b48ce4d0de24493/fea38ecd29eaa68b ...and like I said, it works just fine off the bat. But eventually something goes wrong and I get the error above. Any ideas what could be happening here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Any suggestions on this one? Still having this problem, not sure where to start troubleshooting. On Mar 6, 12:16 am, Adam <adam.p...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''ve got Ultrasphinx powering the search on my Rails app. It''s working > with all of my models when they''re first indexed, but then, after what > seems like a random amount of time, I''ll get the following error on > just *one* of my models: > > search#show (Ultrasphinx::UsageError) "Invalid class name \"Playlist > \"" > > I set up this model like so: > > http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/... > > ...and like I said, it works just fine off the bat. But eventually > something goes wrong and I get the error above. Any ideas what could > be happening here?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- Group By / Filters with UltraSphinx
- Ultrasphinx geolookup distance returns NaN value.
- Ultrasphinx, terminal not verbose anymore in development
- problem in installlation of ferret search plugin in rails application
- how to search all fields for a string in SQL ?