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
signature.asc
Description: Digital signature
