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.
JoinAsh 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.
Joinimage with ash_ai
Policies don't allow to load relationships
Ash ai error when generating embddding
policies are still filtering relationships even though archive_related_authorize? is set to false
ash extensions
AshMoney with Ash.Generator
How to re-use a resource as an argument type inside {:array, ...} ?
graphql_define_type?
to false, and graphql_input_type
to something like {:list, :some_input}
archive_related_authorize? doesn't exist anymore, how do I replace this behavior?
how to return a not_found error from a manual
Simple prompt in custom action or iex shell
AshAi.Actions.Prompt.run/3
but couldn't grok it.
```...aggregates of list with various filters
aggregates
and have worked with them already.
But so far, aggregates work somewhat only on a "row"-level of a resource (hope I got that correct)
Is there an easy way to support on "resource"-level?...ash_authentication update totally breaks a signed in user
AshAuthentication confirmation page not using correct layout
/auth/user/confirm_new_user?confirm=longtokenhere
does not appear to be using my application's layout template, because it does not have any of the elements in <head>
that the rest of my app has.
My router looks like this:
```elixir
defmodule MyAppWeb.Router do
use MyAppWeb, :router...path: "/auth/user/"
, then the root layout is used. I'm now thinking the URL I send in the email is incorrect.sign-in tokens or not
Generating liveview - no users shown
mix ash_phoenix.gen.live --domain MyApp.Accounts --resource MyApp.Accounts.User --resource-plural users
mix ash_phoenix.gen.live --domain MyApp.Accounts --resource MyApp.Accounts.User --resource-plural users
[debug] MyApp.Accounts.User.read: skipped query run due to filter being false"
[debug] MyApp.Accounts.User.read: skipped query run due to filter being false"
Installer fails because of postgres password
Can't publish the same action twice
What's the best way to sort records returned from `:create` action?
Foreign key reference naming and Ash.Generator
Ash.Vector clashing with Pgvector