Sha256: c809b49016c1e9ff7f64557de3463fcd18fa35c6f1d8f8c62911458b41e69ac1
Contents?: true
Size: 797 Bytes
Versions: 4
Compression:
Stored size: 797 Bytes
Contents
# TODO - Consider removing `config.security_violation_handler`, since `authority_forbidden` can already be redefined on any controller ## Tests - Test with Rails 4 and Ruby 2.0 - Test `ActionController` integration - Add tests for the generators ## Structural changes - Consider the huge change from authorizer objects to modules for permissions. This eliminates the awkwardness of "to check a resource instance, let's go instantiate an authorizer and give it this resource instance..." If we make this change, describe a detailed upgrade path. - Ensure that Authority can boot without the `configure` method having been run. Maybe this will mean having setters for `abilities` and `controller_action_map` that undefine and redefine those sets of methods if/when the user runs configuration.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
authority-2.4.3 | TODO.markdown |
authority-2.4.2 | TODO.markdown |
authority-2.4.1 | TODO.markdown |
authority-2.4.0 | TODO.markdown |