We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I've added a convenient rescure from definition
Updated Role Based Authorization (markdown)
Updated Defining Abilities (markdown)
Formatting readability edit
Missing end from previous Documentation edit.
Adds custom description for rspec --format -documentation that is human readable.
Created mvc deficiencies (markdown)
Add note about using dynamic action parameter
if user is not logged, current_user is nil so admin? is not "defined" (ie will result in "undefined method `admin?' for nil:NilClass")
current_ability param explanation
I think "can :read, Photo, Photo.unowned do .." was a typo
Force syntax highlighting for the RSpec custom matcher code
Add default definition of user let so specs that don't define one explicitly don't error.
Updated 3rd party add ons (markdown)
Updated Home (markdown)
Updated Admin Namespace (markdown)
performed was misspelled.
Translation was misspelled. Fixed some grammar.
customize was mispelled.
Updated Authorization for Namespaced Controllers (markdown)
Fixed a typo and added a full stop to the last line.
Updated Testing Abilities (markdown)
Add wiki page about using cancan with rails-api gem
Updated CanCan 2.0 (markdown)
Removed trailing junk