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.
JoinRecognizing Phoenix.Endpoint when using SiteEncrypt.
The use statement is then use SiteEncrypt.Phoenix.Endpoint, otp_app: ... instead of the regular one. this causes packages like tidewave to not recognize the endpoint....
AshAuthentication + custom api login = ?
Cascading delete and pub_sub
Password reset error when using Sqlite
How can add an action in Mixin?
Not sure how to apply a policy on an attribute of a resource. Keep getting an error.
Master user token can not update/destroy a global false multi-tenancy resource
tenancy ) , now you want to update a a global false multi-tenancy resource record!
So because it is master user and has no tenancy i created :get_any action, my code set tenancy nil for master user on plug level
...is it possible to use AshApi schema-less
Migrations are applied incorrectly with multiple repos
Improving incremental compilation times
Embedded Resource default value causes compilation error
default: fn -> %{} end in this caseCancel job Ash Oban
Filter by encrypted attribute
ash_cloak. I'd like to implement an action where I search for users given a national identification number as an argument. With the filter
filter expr(national_identity_number == ^arg(:query))
filter expr(national_identity_number == ^arg(:query))
related Json api to load a resource which is not global multi-tendency when we have master user
Cinder Table and Testing
Magic link with registration does not work.
Ash Ai allow multi full text columns
How to Use DB/Redis based Sessions with AshAuthentication Instead of JWTs?
Forgotten `change` in update action leads to hours of troubleshooting and sadness
change in front of a set_attribute in an update action and nothing really reacted to that except that the attribute wasn't set. Is there a flag I can set somewhere to have Spark or Ash or something crash loudly at me when I use keywords in wrong places?
Sad code:
```elixir
update :set_family do...