Find a file
dependabot[bot] 416581015c
chore(deps-dev): bump simple_sat from 0.1.1 to 0.1.3 (#147)
Bumps [simple_sat](https://github.com/ash-project/simple_sat) from 0.1.1 to 0.1.3.
- [Changelog](https://github.com/ash-project/simple_sat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/simple_sat/compare/v0.1.1...v0.1.3)

---
updated-dependencies:
- dependency-name: simple_sat
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 17:38:54 -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 chore: release version v2.0.0-rc.4 2024-04-05 14:58:46 -04:00
lib fix: handle cases where changesets/queries are not returned with errors 2024-04-05 14:58:23 -04:00
logos
priv/templates chore: update templates 2024-03-28 19:52:31 -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 v2.0.0-rc.4 2024-04-05 14:58:46 -04:00
FUNDING.yml
LICENSE
mix.exs chore: release version v2.0.0-rc.4 2024-04-05 14:58:46 -04:00
mix.lock chore(deps): bump ash from 3.0.0-rc.11 to 3.0.0-rc.18 (#146) 2024-04-10 17:38:03 -04: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