Failz
AEAsh Elixir
•Created by Failz on 5/25/2025 in #support
ash_double_entry and updating transfers
I see a unit test that is capable of updating a transfer.
However I cannot get it to work and see this error.
I am using Postgres (16.1) and saw this in the docs:
I've played with both of these settings but still come up against the error I posted above. The mention of these two settings is confusing. Postgres is capable of "automatic cascade deletion", no?
What am I missing?
Note: There's no
ash_double_entry
tag.40 replies
AEAsh Elixir
•Created by Failz on 5/21/2025 in #support
enabling multi tenant for graphql
turning on graphql for first time in my app (multi tenant)
and my first query blows up with:
Queries against the App.Elevate.Group resource require a tenant to be specified
which makes sense. So reading ash graphl docs:
Adding import Ash.PlugHelpers
to bring in set_tenant
and the IDE complains that set_actor
is ambiguous. Does it matter which set_actor
is used?19 replies
AEAsh Elixir
•Created by Failz on 5/19/2025 in #today-i-learned
pgsql autocomplete and syntax highlighting
enjoy postgres nerds!!
https://github.com/dbcli/pgcli
1 replies
AEAsh Elixir
•Created by Failz on 5/16/2025 in #support
receiving an Ash Error and don't understand why
question about this error. I'm trying to setup something similar in my app that the Tunez book does. Following an artist, but I'm wanting to like a post. Here's the code
The attached message shows the queries to start to fire off but then runs into an Ash exception.
7 replies