Find a file
2024-04-23 09:47:51 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:32:18 +12:00
config improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
documentation docs: remove old message from docs 2024-04-20 15:21:32 +01:00
lib fix: ensure nested forms included as params when adding forms get proper names 2024-04-22 11:00:35 -04:00
logos improvement: setup project 2020-10-20 14:38:50 -04:00
priv/templates chore: update templates 2024-03-28 19:52:31 -04:00
test test: update nested form name correctly when remove form in the middle (#164) 2024-04-23 09:47:51 -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 improvement: initial stab at support for forms against unions 2023-08-12 19:54:35 -07:00
.gitignore improvement: decimal protocols (#51) 2022-09-12 12:20:19 -04:00
.gitpod.yml test: Nested form errors for argument attribute (#119) 2023-11-28 14:32:38 -05:00
.tool-versions improvement: add support for target and only_touched? validate opts 2023-07-19 00:35:58 -04:00
CHANGELOG.md chore: release version v2.0.0-rc.6 2024-04-19 14:29:43 +01: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 chore: remove excoveralls 2024-04-22 11:32:18 -04:00
mix.lock chore: remove excoveralls 2024-04-22 11:32:18 -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