Find a file
2023-06-26 11:38:59 -04:00
.github ci: run CI on PR 2023-03-25 21:08:36 -04:00
config chore: release version v1.2.4 2023-01-18 01:04:08 -05:00
documentation chore: release version v1.2.14 2023-05-25 17:47:16 -04:00
lib fix: don't raise on unknown inputs for filters 2023-06-26 11:38:59 -04:00
logos improvement: setup project 2020-10-20 14:38:50 -04:00
test chore: properly address test message 2023-04-30 23:03:12 -04:00
.check.exs feat: general cleanup, ready for initial release 2020-10-20 21:25:28 -04:00
.credo.exs fix: don't remove a form unless one exists 2022-05-16 22:42:01 -04:00
.formatter.exs fix: various improvements 2020-12-28 13:05:20 -05:00
.gitignore improvement: decimal protocols (#51) 2022-09-12 12:20:19 -04:00
.tool-versions ci: update to new ci patterns 2023-02-01 00:13:04 -05:00
CHANGELOG.md chore: release version v1.2.14 2023-05-25 17:47:16 -04:00
FUNDING.yml improvement: setup project 2020-10-20 14:38:50 -04:00
LICENSE improvement: setup project 2020-10-20 14:38:50 -04:00
mix.exs fix: fix Logger deprecations for elixir 1.15 (#96) 2023-06-23 13:37:19 +12:00
mix.lock chore: update test for newer versions of ash 2023-04-30 22:48:04 -04:00
README.md chore: update readme 2022-10-17 16:44:45 -05:00

AshPhoenix

Elixir CI License: MIT Coverage Status Hex version badge

See the module documentation for more information:

  • AshPhoenix.LiveView: for liveview querying utilities
  • AshPhoenix.Form: Utilities for using forms with Ash changesets

Roadmap

  • UI authorization utilities e.g <%= if authorized_to_do?(resource, action, actor) do %>
  • Potentially helpers for easily connecting buttons to resource actions
def deps do
  [
    {:ash_phoenix, "~> 1.1"}
  ]
end

Contributors

Ash is made possible by its excellent community!

Become a contributor