- Jan 08, 2011
-
-
Ryan Bates authored
-
- Jan 07, 2011
-
-
Ryan Bates authored
-
Ryan Bates authored
-
- Jan 06, 2011
-
-
Mani Tadayon authored
-
Mani Tadayon authored
Use `Mongoid::Matchers#matches?` instead of a database query in `MongoidAdapter#matches_conditions_hash?`
-
- Jan 05, 2011
-
-
Ryan Bates authored
-
Ryan Bates authored
-
- Jan 04, 2011
-
-
Ryan Bates authored
allow model adapter to override condition hash matching in Rule, also clean up Mongoid adapter and specs
-
Ryan Bates authored
-
Ryan Bates authored
-
- Jan 03, 2011
-
-
Mani Tadayon authored
Automatically add `accessible_by` to Mongoid Documents to match CanCan behavior for ActiveRecord and DataMapper. Previously, CanCan::ModelAdditions had to be included in each and every Mongoid document separately. Also removed manual include of CanCan::ModelAdditions from Mongoid documents in Mongoid adapter specs.
-
- Dec 31, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
removing Mongoid::Components hack, tests are passing without it, add tests if this is actually needed
-
Ryan Bates authored
-
Ryan Bates authored
-
- Dec 30, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
- Dec 29, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
moving model adapter specs into their own directory with MODEL_ADAPTER environment variable for choosing which one to run
-
Ryan Bates authored
-
Nate Mueller authored
This broke some of the mongoid tests and I don't know how to fix them. Both packages define Symbol#in, and when you load them both things don't behave properly. Hopefully someone more versed in mongoid can rewrite the spec to not depend on the Symbol extensions.
-
- Dec 28, 2010
-
-
Ryan Bates authored
-
- Dec 26, 2010
-
-
Mani Tadayon authored
Fix bug with MongoidAdditions throwing a NameError when Mongoid is not defined by always checking if Mongoid is defined before referencing Mongoid-related constants Also add spec for this bug
-
Mani Tadayon authored
-
- Dec 21, 2010
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
- Nov 17, 2010
-
-
Mani Tadayon authored
-
Mani Tadayon authored
-
Mani Tadayon authored
-