I have noticed in Rails console that Model.search_for_ids.s开发者_如何学编程ize != Model.all.size
I have a very common trouble in ruby 1.9.2 and rails 3.0.9 – incompatible character encodings: UTF-8 and ASCII-8BIT exception.
I am having a prob开发者_StackOverflow社区lem with Thinking sphinx on webfaction -- I have no probelem when I do it locally on osx.
I\'m running sphinx, thinking sphinx and have a basic ordering system with companies, users, order, notes, comments amongst others.
On my website I allow users to search for things such as \'Columbus Ohio\', \'Miami fl\', etc which I then turn into coordinates using Yahoo Placemaker and then do a radius search using Thinking Sphin
I have 3 models: Stats (belongs_to :item) t.integer :skin_i开发者_Python百科d t.integer :item_id t.integer :rating
I\'m using ts version 2.0.5, rails 3.0.9 and mysql2 0.2.11 When trying to create my indexes, using rake ts:index, I get the following error:
I have a Technique model which belongs_to User and is indexed by Thinking Sphinx. I also have a method in my model that returns an array of Technique objects:
I\'ve got a weird issue with the thinking_sphinx gem for Rails. We\'ve been indexing contents from documents within our application. Whether it is a pdf, word document or xls, we dump its content dir
I\'d like to use Thinking Sphinx, but I keep having problems because I have a very large rails project and the search method is used in many of my models.These already existing search methods conflict