I am using TS as a gem, with config.gem 'thinking-sphinx', :lib => 'thinking_sphinx' in environment.rb.
Any other libraries.. Not really, but I do have STI models and namespaced models in my app, and that's about it. I've also ran into formtastic vs. thinking_sphinx problem that is described here: http://github.com/justinfrench/formtastic/issuesearch?state=closed&q=to_i#issue/183 Here is my current list of gems and plugins: http://pastie.org/872138 Another problem I've encountered today is failure to make excerpts on latest ThinkingSphinx stable version. Here's index definition block: http://pastie.org/872145, and here is an error resulting in excerpt generation failure http://pastie.org/872151 Note that this happens only when there are matches with this very model; the only difference it has from other models is that it has STI (e.g. Organization < Group, etc). Seems very related to the problem described in the original message, but still no idea how to fix this; I've just removed excerpts for now. On Tue, Mar 16, 2010 at 5:47 AM, Pat Allan <[email protected]> wrote: > Hi Yaroslav > > I'm using that combination in an app currently, and haven't hit that > issue... are you using TS as a gem? A plugin? And if as a gem, what does > your gem dependency look like? (In environment.rb or Gemfile) > > Also, are you using any other libraries that may influence how or when > classes and/or external libraries are loaded? > > I guess what I'm trying to figure out is: how does your app differ to mine. > > -- Yaroslav http://evilmartians.com/ -- 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.
