- Sep 29, 2011
-
-
Ryan Bates authored
-
Patrick Morgan authored
-
- Sep 28, 2011
-
-
Ryan Bates authored
Allow custom IDs to be specified when calling load_resource
-
Ryan Bates authored
Support for namespaced models and engines
-
Ryan Bates authored
Specs fail when running in a freshly installed environment.
-
- Sep 21, 2011
-
-
kirkconnell authored
-
- Jul 24, 2011
-
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
Add .travis.yml for building cancan on a lovely Travis CI service
-
- Jul 23, 2011
-
-
Ryan Bates authored
Compatibility fix for rspec-instafail and rspec1
-
Ryan Bates authored
Fixed documentation for skip_load_resource and skip_authorize_resource.
-
- Jul 21, 2011
-
-
beawesomeinstead authored
-
beawesomeinstead authored
-
Manuel Meurer authored
-
beawesomeinstead authored
-
- Jul 20, 2011
-
-
Geoff Parsons authored
-
Steven Anderson authored
-
Steven Anderson authored
-
- Jul 19, 2011
-
-
Michael MacDonald authored
-
- Jul 01, 2011
-
-
Ryan Bates authored
Load datamapper class methods via append_extensions.
-
psanford authored
This relaxes the previous requirement that cancan has to be loaded before any models are. append_extensions will apply to all previously loaded models as well as ones loaded after.
-
Ryan Bates authored
Make CanCan Default Message a translatable text.
-
Nicolás Hock Isaza authored
-
Nicolás Hock Isaza authored
-
- Jun 30, 2011
-
-
Nicolás Hock Isaza authored
-
- May 21, 2011
-
-
Ryan Bates authored
-
- May 20, 2011
-
-
Ryan Bates authored
-
- May 18, 2011
-
-
Ryan Bates authored
- May 17, 2011
-
-
Ryan Bates authored
Fixes bug in mongoid_adapter with empty conditions hash
-
Ryan Bates authored
-
Ryan Bates authored
-
Ryan Bates authored
-
- May 12, 2011
-
-
Ryan Ahearn authored
1) remove all empty conditions hashes from the rules, they are included in the records through `@model_class.all` 2) only process can rules if the new and old rules lists are the same length (meaning there were no empty conditions hashes) 3) always process cannot rules
-
- May 10, 2011
-
-
Ryan Ahearn authored
* adds mongoid query that matches every record when rule.conditions.empty? is true
-
- May 02, 2011
-
-
Ryan Bates authored
DataMapper adapter improvements
-
- Apr 29, 2011
-
-
Emmanuel Gomez authored
Thanks dkubb!
-
Emmanuel Gomez authored
-
Emmanuel Gomez authored
-
- Apr 27, 2011
-
-
Ryan Bates authored
Augments Mongoid adapter by handling case where attribute is an array
-