Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 1.9 KB

1.2.2 (Next)

  • Your contribution here.

1.2.1 (2015/10/20)

1.2.0 (2015/08/28)

  • #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 to sunspot:reindex, overriding Sunspot's original task - @cec.
  • #9: Added UPGRADING - @cec.

1.1.0 (2015/01/27)

  • Changed DataAccessor#load_all to use the .find method for MongoMapper and Mongoid for loading a group of documents - @derekharmel.
  • Changed load and load_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.

1.0.1 (2011/10/08)

  • Created rake task sunspot:mongo:reindex and a Railtie - @balexand.

1.0 (2011/08/11)