cancan/lib/cancan
Nate Mueller d315e22e7a Add support and tests for datamapper.
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.
2010-12-30 04:58:25 +08:00
..
ability.rb renaming CanDefinition to Rule 2010-12-21 10:41:55 -08:00
active_record_additions.rb checks if active record responds to 'joins', so this can work with internuity's quick_scopes gem; added .swp files to git ignore 2010-11-13 02:21:56 +08:00
controller_additions.rb renaming skip_authorization to skip_authorization_check - closes #169 2010-11-12 10:46:03 -08:00
controller_resource.rb improve support for rspec scaffolding (thanks voxik) - closes #176 2010-12-21 14:18:20 -08:00
data_mapper_additions.rb Add support and tests for datamapper. 2010-12-30 04:58:25 +08:00
exceptions.rb filling in some inline documentation for 1.4 2010-09-03 16:19:39 -07:00
inherited_resource.rb Controllers which use 'inherit_resources' instead of Inheritance may have inherited_resource's methods protected 2010-09-17 06:40:15 +08:00
matchers.rb use RSpec namespace for matcher - closes #119 2010-08-18 16:22:43 -07:00
mongoid_additions.rb Fix bug with MongoidAdditions throwing a NameError when Mongoid is not defined by always checking if Mongoid is defined before referencing Mongoid-related constants 2010-12-26 02:17:50 -08:00
query.rb allow query.conditions to be called multiple times without losing conditions 2010-12-21 14:01:28 -08:00
rule.rb renaming CanDefinition to Rule 2010-12-21 10:41:55 -08:00