0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from orthographic-pedant/spell_check/arbitrary More... over 5 years ago
Fixed typographical error, changed arbitary to arbitrary in README. More... over 8 years ago
Don't allow incremental index update while doing full rebuild. More... about 15 years ago
Always reopen writeable database. Allow overriding indexing. More... about 15 years ago
Don't return nil models which aren't found in the database (presumably because offline indexer hasn't run yet) Show time in debug log message. More... about 15 years ago
Debugging. More... about 15 years ago
This comment was fixed by another recent commit. More... about 15 years ago
Already had this More... about 15 years ago
Show where error was if you get an error in a model while updating index More... about 15 years ago
Edge case with record updated twice while indexing it. More... over 15 years ago
Patch from Carlos that makes it work if you remove an item from database by hand and it is also pending update More... over 15 years ago
Look up whether is a structured query or not More... over 15 years ago
Debugging More... over 15 years ago
Safer to use order so it is definitely stable. More... over 15 years ago
Log time taken to do Xapian parts of query. More... over 15 years ago
Make clear that db is reloaded and why More... over 15 years ago
Typo, thanks Rob More... over 15 years ago
Make update_xapian task work from standalone script again, by loading class of all models that need updating. This is change needed following earlier bug fix to stop db reloading all the time. More... over 15 years ago
Make :date work for Date as well as Time classes. More... over 15 years ago
instead_index doesn't exist, not sure what it was doing in the help More... over 15 years ago
Tidy up help for database config option. More... over 15 years ago
Make help on sort_by_ascending clearer More... over 15 years ago
Allow option 'sort_by_ascending' to be false More... over 15 years ago
Merge branch 'master' of git://github.com/schof/acts_as_xapian More... over 15 years ago
Merge branch 'master' of git://github.com/davidwennergren/acts_as_xapian More... over 15 years ago
Fixed an issue with term searching. More... over 15 years ago
Fixed bug where DB was being opened repeatedly More... over 15 years ago
Added configuration section to README More... over 15 years ago
Added option of YAML config file. Allowed overriding of default DB location More... over 15 years ago
Use RAILS_ENV as well as ENV['RAILS_ENV'] (thanks Donncha) More... over 15 years ago