Thanks for that James :) Just pushed the change out to my repo.
-- Pat On 20/05/2009, at 10:37 AM, James Healy wrote: > James Healy wrote: >> I had a preliminary shot at getting my app running on 1.9 tonight. >> I was >> pleasantly surprised when i was able to get most of it running >> without >> too much hassle, however I ran into an issue with TS 1.1.14 (1.1.12 >> runs >> fine). >> >> When I try to view page that triggers an TS indexed model to be >> reloaded >> (in development mode) I get an exception. It seems to be related to >> the >> recent Source refactoring. > > Took some doing, but I discovered the cause. TS was inadvertantly > un-defining instance_eval on a class, then trying to call it. > > On top of that, method_missing magic was obscuring the issue. > > Here's a nice chunky 4 char patch. > > http://github.com/yob/thinking-sphinx/commit/09cd71aeb6ff936038053f50a688713b1ea0544c > > -- James Healy <jimmy-at-deefa-dot-com> Thu, 21 May 2009 03:35:16 > +1000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
