Ash Framework

AF

Ash Framework

The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.

Join

support

showcase

today-i-learned

How to manage `belongs_to` relations

I have this action in my resource ```ex create :new_token do accept([:nickname, :scopes, :system, :expires_at]) ...

`AshPhoenix.Form` not applying changes

I am using forms as below: ```ex def new(conn, _params) do form = AshPhoenix.Form.for_create(Project.User, :new_account, api: Project.Accounts, as: "user") render(conn, "new.html", changeset: form)...

AshAdmin.PageLive.__live__0 is undefined

When I try to use AshAdmin and navigate to the /admin endpoint I get the error above. I am using: {:ash, "~> 2.1"}, {:ash_admin, "~> 0.6.1"},...