0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't destructively modify SafeBuffers More... over 12 years ago
avoid use of exceptions wherever possible with help of new :bang option More... almost 13 years ago
add a :bang option to Authorization::Engine.permit! With this option permit! will return false instead of raising exceptions. More... almost 13 years ago
use a hash for lookups through matching_auth_rules More... almost 13 years ago
Add the option to load dsl_files via a method on the auth engine. This allow us to add custom rules in any part of an application, for example a rails engine. Also do not raise an exception if there isn't a auth rule file under rails root config directory. More... almost 13 years ago
Updated change log, contributors, bumped minor for 0.5.3 release More... almost 13 years ago
Rails 3.1 compatibility (fixes #102) More... almost 13 years ago
Further additional_member clarification More... almost 13 years ago
Add namespace support for authorization_usage More... almost 13 years ago
RAILS_DEFAULT_LOGGER creates a warning on rails 3 More... about 13 years ago
Documentation cleanup and minor additions for clarification on using :additional_members More... about 13 years ago
Test case for #93 More... about 13 years ago
Fixes documentation, closes #87 More... about 13 years ago
Fixes failed_auto_loading_is_not_found, closes #94 More... about 13 years ago
add and test has_any_role_with_hierarchy? More... about 13 years ago
add and test has_any_role? More... about 13 years ago
Prevent unnecessary queries from proxy scope More... about 13 years ago
Allow changing the default role More... about 13 years ago
Updated Changelog and bumped patch level to 0.5.2 More... over 13 years ago
Updated contributors More... over 13 years ago
Fixed exception from frozen role_symbols More... over 13 years ago
Fixed queries for combinations of :join_by :and and if_permitted_to with OR'ed rules More... over 13 years ago
Added example for RSpec More... over 13 years ago
Added instructions for testing with RSpec More... over 13 years ago
Fix for defining decl_auth before_filter multiple times (Fixes #72) More... over 13 years ago
Prevent Rails 3 deprecation warnings on authorization backend routes [dgm] More... over 13 years ago
Removed Rails gem dependency because of problems with decl_auth causing the latest Rails version to be loaded and bumped the minor gem version More... over 13 years ago
Rails.root was no Pathname object prior to 2.3 (fixes #67) More... over 13 years ago
includeds prototype on the fly instead of assuming that it's available (makes the authorization_usages bits work even if the rest of the site is using jquery) More... over 13 years ago
Extended the authorization rule test helpers to take the same options as the authorization engine More... over 13 years ago