- #9: Changed
DataAccessor
to fix support for eager loading of associations - @cec. - #9: Changed
rake sunspot:mongo:reindex
to support namespaced models - @cec. - #9: Renamed
rake sunspot:mongo:reindex
tosunspot:reindex
, overriding Sunspot's original task - @cec. - #9: Added UPGRADING - @cec.
- Changed
DataAccessor#load_all
to use the.find
method for MongoMapper and Mongoid for loading a group of documents - @derekharmel. - Changed
load
andload_all
methods to not force ids to BSON::ObjectId's - @derekharmel. - #5: Added CONTRIBUTING and CHANGELOG - @dblock.
- #5: Added Travis-CI - @dblock.
- #5: Added RuboCop, Ruby-style linter - @dblock.
- #1: Also search subdirectories of models in
rake sunspot:mongo:reindex
- @aaw.
- Created rake task
sunspot:mongo:reindex
and a Railtie - @balexand.
- Initial public release - @balexand.