public
Description: Sphinx plugin for Rails and Merb
Homepage: http://ts.freelancing-gods.com
Clone URL: git://github.com/freelancing-god/thinking-sphinx.git
Click here to lend your support to: thinking-sphinx and make a donation at www.pledgie.com !

Comments for freelancing-god's thinking-sphinx   feed

beenhero commented on freelancing-god/thinking-sphinx Sun Nov 29 02:48:53 -0800 2009
Comment in e0f880f:

awesome work!

freelancing-god commented on freelancing-god/thinking-sphinx Sat Nov 28 03:53:26 -0800 2009
Comment in 4391574:

Actually, the latest release should fix this issue - give it a spin and let me know.

freelancing-god commented on freelancing-god/thinking-sphinx Fri Nov 27 21:22:39 -0800 2009
Comment in 4391574:

Hi Luke

Just so I can do my best to reproduce the issue - what version of Rails are you using?

lukemelia commented on freelancing-god/thinking-sphinx Fri Nov 27 21:12:27 -0800 2009
Comment on lib/thinking_sphinx.rb L67 in 4391574:

This commit, and this change specifically, results in failures in my app. ThinkingSphinx.indexed_models is empty when I run my app with mongrel, though it has the right classes when loading the console.

freelancing-god commented on freelancing-god/thinking-sphinx Thu Nov 12 17:24:46 -0800 2009
Comment in ce96bcf:

Good point Donald, and matches a patch I had someone submit a while ago. I've just updated, and it will be included in the next gem release.

donaldpiret commented on freelancing-god/thinking-sphinx Thu Nov 12 11:18:30 -0800 2009
Comment in ce96bcf:

Shouldn't this be release_path instead of current_path?

freelancing-god commented on freelancing-god/thinking-sphinx Fri Aug 28 02:40:17 -0700 2009
Comment in 10b0af0:

that'll teach me to rush patches and not even run specs.

yob commented on freelancing-god/thinking-sphinx Fri Aug 28 02:37:59 -0700 2009
Comment in 10b0af0:

isn't the => there a syntax error?

freelancing-god commented on freelancing-god/thinking-sphinx Mon Aug 24 01:35:50 -0700 2009
Comment in 82bf681:

GitHub's having issues, perhaps? I did get an email saying the gem was rebuilt.

yob commented on freelancing-god/thinking-sphinx Mon Aug 24 00:15:48 -0700 2009
Comment in 82bf681:

the 1.2.8 gem build seems to have failed, I can only see 1.2.7 on the github gem server.

bterlson commented on freelancing-god/thinking-sphinx Sun Aug 23 10:48:39 -0700 2009
Comment in f2d938b:

Excellent :)

freelancing-god commented on freelancing-god/thinking-sphinx Thu Jul 30 13:45:14 -0700 2009
Comment in 1b0c1ed:

Thanks for pointing that out - wish I'd looked at GitHub before dealing with support on the mailing list today :)
It's now fixed.

grantr commented on freelancing-god/thinking-sphinx Thu Jul 30 09:13:42 -0700 2009
Comment in 1b0c1ed:

Hi murre, you may want to check out this issue: http://github.com/freelancing-god/thinking-sphinx/issues#issue/18

murre commented on freelancing-god/thinking-sphinx Wed Jul 29 17:40:16 -0700 2009
Comment in 1b0c1ed:

Hi Pat,

Since this commit i get a NoMethodError when using the :geo attribute in the search (Foo.search "", :geo => [1.03, 0.31]). Ruby 1.8.6. 2009-07-17 works flawless, same define_index block and query. Thought it might be of interest, just contact me for details.

Thanks

freelancing-god commented on freelancing-god/thinking-sphinx Wed Jun 03 04:19:14 -0700 2009
Comment in 1155927:

Yeah, I need to fix this so it gets ignored for rake calls. Will be looking into it today.

azisaka commented on freelancing-god/thinking-sphinx Tue Jun 02 21:13:28 -0700 2009
Comment in 1155927:

After you add this line, the config file generator didn't work anymore in production. After comment this line, everything works again. Are you sure about this line?

Here is the same issue I got:
http://groups.google.com/group/thinking-sphinx/browse_thread/thread/e5898c6300927e77

dpickett commented on freelancing-god/thinking-sphinx Wed May 06 15:06:37 -0700 2009

The commit has since been removed.

kristopher commented on freelancing-god/thinking-sphinx Fri Apr 03 18:44:17 -0700 2009
Comment in 3c180b0:

agreed, it would be better for riddle to translate those boolean values to the values that sphinx wants in its config file.

freelancing-god commented on freelancing-god/thinking-sphinx Fri Apr 03 18:22:00 -0700 2009
Comment in 3c180b0:

Ideally, you should be able to set it to true, and Riddle will translate it to 1 under the hood – which is what I thought I had happening, but I must be wrong.

kristopher commented on freelancing-god/thinking-sphinx Fri Apr 03 18:07:48 -0700 2009
Comment in 3c180b0:
Ya it should be 1, “true” will cause the indexer to throw and error.