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.
JoinI18n within resources
ash json api don't work with aggregates
Is it possible to auto generate an Ash Resource from a JSON Schema?
Problem with override image
Adding elixir_sense to mix.exs seems to break autocomplete
elixir_sense
to mix.exs
but this seems to be breaking autocomplete and other LSP functions. In case there is some difference between nvim and VS Code I tried both, but have the same issue. In the LSP logfile that nvim generates I see:
```...Best practice to implement dynamic filtering for a read action?
Calculations and AshPhoenix.Form
AshAdmin not working with umbrella and Phoenix 1.7.0-rc.2
phoenix_view
to my deps since AshAdmin requires it but Phoenix 1.7 doesn't have it anymore.
I also have all my ash_apis
in both apps configs....
flat file json or yml data layer
Add default values in AshPhoenix.Form.for_create
AshPhoenix.Form.for_create
form creation function?
For example, let's say I'm already in live_view that knows some id
that needs to be set in the resource, I don't want to expose that field in the form but set it directly in the backend....undefined function not_found_error?/1 in read action
AshAuthentication not working with Phoenix in umbrella
key :current_user not found in ...
...
Autoload an aggregation, relationship or calculation in a read action
#Ash.NotLoaded<>
in these fields and having to manually run the load
function to load them.
I can't find in the documentation how to do that...Need to duplicate migration_defaults if multiple resources uses the same table
User
it has this postgres
configuration:
```...Convert resources that uses the same table
Accounts
and Actions
.
In Accounts
I have a User
resource where I handle authentication, etc.
In Auctions
I have a Bidder
resource which I use to identify a bidder in a auction.
...set user_id field with actor id during create action
Changing SignIn submit button label
Additional attributes in many-to-many relations
Ingredient
and Store
are related through the resource Price
(an ingredient is available at a store for a certain price).
The Price
resource has the additional attributes :amount
and :price
.
...Are Ecto.Multi or something equivalent supported in Ash?