ash/test/support
Zach Daniel 2f3fcbad13 improvement: optimize various solver boolean optimizations
improvement: more comprehensively remove unnecessary clauses
fix: resolve issue with `authorize_unless` and filter checks
improvement: prevent changing attributes and arguments after action validation

We allow for these changes inside of `before_action` calls, but otherwise
require that `force_change_attribute` is used, for example. This prevents
accidentally validating a changeset and then changing an attribute.
2022-11-23 03:39:00 -05:00
..
flow improvement: generate example class/er diagrams 2022-10-18 14:26:42 -05:00
policy_complex docs: add more context to manual relationship guide 2022-10-23 23:08:17 -06:00
policy_rbac improvement: generate example class/er diagrams 2022-10-18 14:26:42 -05:00
policy_simple improvement: optimize various solver boolean optimizations 2022-11-23 03:39:00 -05:00
.gitkeep
any_api.ex chore: fix tests 2022-09-20 19:44:04 -04:00
authorizer.ex
helpers.ex