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.
JoinCannot find the right binding when sorting by fragment in many_to_many
Cinder doesn’t paginate
Can the Admin UI show calculations?
Automatically Loading a Calculation by Default
Execute an after_action only on single action or customize it for bulk actions.
Possibly wrong `numericality` validation in `tunez` repo
year_released
validation is slightly off.
https://github.com/sevenseacat/tunez/blob/81078dc05cf42fa80945c33b6f90debab76700b2/lib/tunez/music/album.ex#L75-L80
The year must be in the range (1950, next_year)
, whereas currently it validates it to be in the range (1950, next_year]
....Best way to handle actors/roles
How do I use a custom assign in the AshAuthentication success callback to work with Ash.Scope?
success/4
callback in my AuthController that looks like this that is attempting to set the current_user
key in the Scope object as part of the authentication confirmation flow:
```
def success(conn, activity, user, _token) do
return_to = AuthRedirect.post_login_path(user)...Recognizing 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