Find a file
Robert Graff 47fa4d4ad1
Merge pull request #156 from ash-project/dependabot/hex/ash-3.0.0-rc.24
chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.24
2024-04-17 17:59:03 -07: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: no need for public?: true for the attributes in the getting started guide. (#155) 2024-04-17 10:04:17 +01:00
lib docs: Fix typo in doc for AshPhoenix.Form.add_form/3 (#153) 2024-04-17 07:49:46 +01:00
logos
priv/templates chore: update templates 2024-03-28 19:52:31 -04:00
test improvement: remove unknown keys option from embedded attributes 2024-04-17 00:18:59 +01: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 v2.0.0-rc.5 2024-04-17 00:20:11 +01:00
FUNDING.yml
LICENSE
mix.exs chore: release version v2.0.0-rc.5 2024-04-17 00:20:11 +01:00
mix.lock chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.24 2024-04-17 12:50:12 +00: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