Find a file
2022-09-15 18:46:21 -04:00
.github improvement: support latest ash 2022-09-14 13:21:36 -04:00
.vscode
config chore: use new Config module 2022-05-13 20:45:54 -04:00
documentation/topics improvement: update to latest ash, prepare for ash-2.0 2022-08-30 17:40:03 -06:00
lib fix: only impl Phoenix.HTML.Safe if it hasn't already been 2022-09-15 18:46:21 -04:00
logos
test improvement: support latest ash 2022-09-14 13:21:36 -04:00
.check.exs
.credo.exs fix: don't remove a form unless one exists 2022-05-16 22:42:01 -04:00
.formatter.exs
.gitignore improvement: decimal protocols (#51) 2022-09-12 12:20:19 -04:00
CHANGELOG.md chore: release version v0.7.7 2022-08-22 16:16:30 -04:00
FUNDING.yml
LICENSE
mix.exs improvement: support latest ash 2022-09-14 13:21:36 -04:00
mix.lock improvement: support latest ash 2022-09-14 13:21:36 -04:00
README.md chore: release version v0.7.7 2022-08-22 16:16:30 -04: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, "~> 0.7.7"}
  ]
end