Sha256: e69027cf8d2400d4677f0666c6b0eb62e73fe76f68c452724a1c225e0869b923

Contents?: true

Size: 668 Bytes

Versions: 2

Compression:

Stored size: 668 Bytes

Contents

# TODO

## 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

2 entries across 2 versions & 1 rubygems

Version Path
authority-2.3.2 TODO.markdown
authority-2.3.0 TODO.markdown