This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 8b7b8230f4178da5fd704fd990f671c499653b56
tree 9e7c717dcc808a77e38c42c185a411bac1115f2b
parent 52e88ca3ae403072312f0012d7316a761cc47df5
tree 9e7c717dcc808a77e38c42c185a411bac1115f2b
parent 52e88ca3ae403072312f0012d7316a761cc47df5
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 02 20:43:09 -0700 2008 | [arthurgeek] |
| |
LICENCE | Sun Apr 13 18:25:37 -0700 2008 | [freelancing-god] |
| |
README | Fri Jun 20 17:04:22 -0700 2008 | [freelancing-god] |
| |
README.textile | Fri Jun 20 17:04:22 -0700 2008 | [freelancing-god] |
| |
Rakefile | Mon Apr 21 02:24:33 -0700 2008 | [freelancing-god] |
| |
init.rb | Sun Apr 13 18:25:37 -0700 2008 | [freelancing-god] |
| |
lib/ | Sat Jul 05 07:35:23 -0700 2008 | [scoop] |
| |
rails/ | Fri May 02 21:20:19 -0700 2008 | [yob] |
| |
spec/ | Sat Jul 05 07:35:23 -0700 2008 | [scoop] |
| |
tasks/ | Tue May 20 21:59:54 -0700 2008 | [freelancing-god] |
| |
thinking-sphinx.gemspec | Sat Jun 07 14:00:22 -0700 2008 | [freelancing-god] |
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.
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




