Find a file
2024-01-05 10:13:37 -05:00
.github
config
documentation chore: release version v1.2.25 2024-01-02 10:31:00 -05:00
lib fix: validate action type when constructing forms 2024-01-05 10:13:37 -05:00
logos
priv/templates fix: add show fields in gen.live (#118) 2023-11-26 06:53:54 -05:00
test fix: remove system added error vars to ensure deduplication works properly 2023-12-28 15:42:47 -05:00
.check.exs
.credo.exs
.formatter.exs
.gitignore
.gitpod.yml test: Nested form errors for argument attribute (#119) 2023-11-28 14:32:38 -05:00
.tool-versions
CHANGELOG.md chore: release version v1.2.25 2024-01-02 10:31:00 -05:00
FUNDING.yml
LICENSE
mix.exs chore: release version v1.2.25 2024-01-02 10:31:00 -05:00
mix.lock test: Add test for errors appearing on inputs_for forms (#120) 2023-11-29 18:41:34 -05:00
README.md

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