0
I Use This!
Inactive

Commits : Listings

Analyzed 12 minutes ago. based on code collected about 11 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up paths in tests by defining DA_ROOT in test_helper More... about 14 years ago
implements omnipotent roles More... about 14 years ago
bugfix: test don't run if RAILS_VERSION not provided More... about 14 years ago
Fix for missing before_filter on second request in development mode More... about 14 years ago
Merge branch 'rails3' More... about 14 years ago
Bumped patch gem version More... about 14 years ago
Added Change Support requirement to Readme More... over 14 years ago
More consistent deriving of context from model class More... over 14 years ago
Rails 3 support More... over 14 years ago
Fixed tests running local rails version More... over 14 years ago
Updated contributors More... over 14 years ago
enables :shallow option to filter_resource_access for non-CRUD member actions defined by :member / :additional_member. More... over 14 years ago
Updated Change Log and Contributors More... over 14 years ago
* Separate tests for shallow and not shallow nested resources. * Removing some cruft (and created http://github.com/stffn/declarative_authorization/issues/#issue/22) More... over 14 years ago
Updated documentation for multiple auth rules files More... over 14 years ago
Added documentation on how get_with etc. functional test helpers set the current user for the request More... over 14 years ago
Added model security test and reorganized model tests More... over 14 years ago
Fixes exception in change support for rules file without privilege hierarchy (Closes #15) More... over 14 years ago
Add :shallow option to filter_resource_access, allowing a nested resource to be declared as shallow. This results in controller not attempting to load a parent object for the show, edit, update, and destroy actions. More... over 14 years ago
Changing maintenance file require to work with gem-only installations. More... over 14 years ago
let declarative_authorization support using multi auth rule files. More... over 14 years ago
Fixed bug with AR proxy not === Enumerable More... over 14 years ago
Fixed another unnecessary query -- those AR proxies really are brittle. Closes #12 More... over 14 years ago
Added link to Ryan's screencast and straightened README intro More... over 14 years ago
Added should_be_allowed_to documentation More... over 14 years ago
Fixed changelog lag More... over 14 years ago
Version bump More... over 14 years ago
Implement controller namespace handling More... over 14 years ago
Improved if_attribute to allow nesting of has_many associations More... over 14 years ago
Improved if_permitted_to: allow has_many associations and improved context inference More... over 14 years ago