Find a file
Darren Black 01ca583443 improvement!: upgrade to Ash 3.0
Co-Authored By: Zach Daniel
2024-03-28 19:12:13 -04:00
.github chore: Suggest Atom plural value 👯‍♂️ (#105) 2023-10-10 09:23:58 -04:00
config improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
documentation improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
lib improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
logos
priv/templates improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
test improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
.check.exs
.credo.exs
.formatter.exs improvement: initial stab at support for forms against unions 2023-08-12 19:54:35 -07:00
.gitignore
.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 v1.3.4 2024-03-11 12:36:12 -04:00
FUNDING.yml
LICENSE
mix.exs improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -04:00
mix.lock improvement!: upgrade to Ash 3.0 2024-03-28 19:12:13 -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