public
Fork of freelancing-god/thinking-sphinx
Description: Sphinx plugin for Rails and Merb
Homepage: http://ts.freelancing-gods.com
Clone URL: git://github.com/bassnode/thinking-sphinx.git
name age message
file .gitignore Thu Aug 28 13:42:24 -0700 2008 merged in DrMark's branch [Ed Hickey]
file LICENCE Sun Apr 13 18:25:37 -0700 2008 ts to git [freelancing-god]
file README Thu Aug 28 13:42:24 -0700 2008 merged in DrMark's branch [Ed Hickey]
file README.textile Wed Aug 27 04:35:56 -0700 2008 Removing infinite loop from load_models, and ex... [freelancing-god]
file Rakefile Fri Aug 22 05:35:44 -0700 2008 renaming gem to use dash instead of underscore ... [ryanb]
file init.rb Sun Apr 13 18:25:37 -0700 2008 ts to git [freelancing-god]
directory lib/ Thu Nov 06 06:55:29 -0800 2008 propagated dynamic db_config_name in configurat... [Ed Hickey]
directory rails/ Fri May 02 21:20:19 -0700 2008 - copied init.rb to rails/init.rb so the gem ca... [yob]
directory spec/ Wed Sep 10 09:27:42 -0700 2008 wrap the after filter with a begin block in cas... [Ed Hickey]
directory tasks/ Thu Nov 06 06:55:29 -0800 2008 propagated dynamic db_config_name in configurat... [Ed Hickey]
file thinking-sphinx.gemspec Thu Aug 28 13:42:24 -0700 2008 merged in DrMark's branch [Ed Hickey]
README.textile

Thinking Sphinx

Usage

First, if you haven’t done so already, check out the main usage page. Once you’ve done that, the next place to look for information is the specific method docs – ThinkingSphinx::Search and ThinkingSphinx::Index::Builder in particular.

Keep in mind that while Thinking Sphinx works for ActiveRecord with Merb, it doesn’t yet support DataMapper (although that is planned).

Contributing

Fork on GitHub and after you’ve committed tested patches, send a pull request.

To get the spec suite running, you will need to install the not-a-mock gem if you don’t already have it:

git clone git://github.com/freelancing-god/not-a-mock.git cd not-a-mock rake gem gem install pkg/not_a_mock-1.1.0.gem

Then set up your database

cp spec/fixtures/database.yml.default spec/fixtures/database.yml mysqladmin -u root create thinking_sphinx

You should now have a passing test suite from which to build your patch on.

rake spec

Contributors

Since I first released this library, there’s been quite a few people who have submitted patches, to my immense gratitude. Others have suggested syntax changes and general improvements. So my thanks to the following people:

  • Joost Hietbrink
  • Jonathon Conway
  • Gregory Mirzayantz
  • Tung Nguyen
  • Sean Cribbs
  • Benoit Caccinolo
  • John Barton
  • Oliver Beddows
  • Arthur Zapparoli
  • Dusty Doris
  • Marcus Crafter
  • Patrick Lenz
  • Björn Andreasson
  • James Healy
  • Jae-Jun Hwang
  • Xavier Shay
  • Jason Rust
  • Gopal Patel
  • Chris Heald
  • Peter Vandenberk
  • Josh French
  • Andrew Bennett
  • Jordan Fowler
  • Seth Walker
  • Joe Noon
  • Wolfgang Postler
  • Rick Olson
  • Killian Murphy
  • Morten Primdahl
  • Ryan Bates
  • David Eisinger
  • Shay Arnett
  • Minh Tran