This website requires JavaScript.
Explore
Help
Sign In
will
/
cancan
Watch
1
Star
0
Fork
0
You've already forked cancan
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
04522c9bc6df2c302826678de6e5441acb9492be
cancan
/
lib
/
cancan
/
model_adapters
History
Mani Tadayon
12b0bff0b6
Use
Mongoid::Matchers#matches?
instead of a database query in
MongoidAdapter#matches_conditions_hash?
2011-01-05 23:12:59 -08:00
..
abstract_adapter.rb
allow model adapter to override condition hash matching in Rule, also clean up Mongoid adapter and specs
2011-01-04 11:43:41 -08:00
active_record_adapter.rb
moving accessible_by out into ModelAdditions module
2010-12-30 15:40:53 -08:00
data_mapper_adapter.rb
improving DataMapper adapter and specs
2011-01-05 13:22:06 -08:00
default_adapter.rb
dynamically detect which model adapter to use given a class
2010-12-30 14:42:19 -08:00
mongoid_adapter.rb
Use
Mongoid::Matchers#matches?
instead of a database query in
MongoidAdapter#matches_conditions_hash?
2011-01-05 23:12:59 -08:00