Oh, one question, just to help locate the problem - what version of Rails are you using?
-- Pat On 02/09/2009, at 6:13 PM, Pat Allan wrote: > > Hi James > > This is something related to the 1.2.x releases, I'm pretty sure - I > will try to investigate over the weekend. > > -- > Pat > > On 01/09/2009, at 9:13 AM, James Miller wrote: > >> >> Hi, >> >> Having an issue that seems to have crept in with a recent TS commit >> (not sure which one, just updated to master): >> >> If I have the following in a view: >> >> <%= render @jobs %> >> I get the following error: >> ActionView::TemplateError (Missing template thinking_sphinx/searches/ >> _search.erb in view path app/views) >> >> If I use the old way, everything works fine: >> <%= render :partial => 'job', :collection => @jobs %> >> >> Any ideas? >> >> Thanks, >> James >> >>> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
