Ash+Phoenix+Authentication Starter
Kicking off an Oban job in the same transaction as an action
Porting `cloak`-managed fields from Ecto schema to Ash
Resources without primary key not supported
Lookups/calcultions based on has_many relationships
`:ci_string` not becoming `citext` with `Ash.Type.NewType`
add :email, :text, null: false
add :email, :text, null: false
casing: :lower
for the example above, but there are fields where I'd like to preserve casing....Bidirectional `manage_relationship`
manage_relationship
to manage the other side of the relationship simultaneously? Specifying destination_relationship: :other
etc.cannot use pin operator ^agg_authorize?
Conditional filters in read actions
filter expr(submission_time >= ^arg(:min_submission_time))
....Loading nested resource encrypted fields crashes ash_postgres
Policies that reference other policies
Polymorphic resources
How to test LiveView behind AshAuthentication?
Best way to process a field in a form changeset before validation
price
field which uses a JS hook to format it in a nicer way to the user.
For example, if the user types 23432, it will display in the input
element 23,432.00
The problem that I'm having is that if I send that value to be validated with AshPhoenix.Form.validate
, it will fail since 23,432.00
is not a valid decimal, so what I do is run this in the params before the validation:...Nested flows steps possibly returns differently if using `apply` ?
How to have smaller pubsub payloads?
How to handle other resource notifications when inside a change?
`Ash.Type.NewType` defines multiple GraphQL types with the same name.
Map type with specific field/values
Ash-hq default theme showing wrong colors
