You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Igniter - Warnings:
* Domain Elixir.Fitness was not an `Ash.Domain`, so could not add `Fitness.Exercise` to its resource list.
It's not clear to me whether:
I need to add it to the resource list myself
I am not supposed to generate ash models in the existing domain. (I thought later this domain is phoenix-only)
I need to create a new domain for ash first before continuing here
It was not a good choice to generate a new project with --with phx.new for a new user and this is more for advanced users who know how to integrate ash with phoenix better
The text was updated successfully, but these errors were encountered:
Is there any opportunity to improve UX here by putting the solution into the Ignitor warning or in another place so that it pops up in the terminal? Like this bit "so could not add Fitness.Exercise to its resource list" doesn't really seem like something you would want to do, does it?
I'm a total noobie to ash and phoenix. I'm getting a bit stuck on a point where i think the user experience could be a bit better.
I ran
mix igniter.new fitness --install ash,ash_sqlite,ash_phoenix --with phx.new --extend sqlite
After that i want to run
And i see
It's not clear to me whether:
--with phx.new
for a new user and this is more for advanced users who know how to integrate ash with phoenix betterThe text was updated successfully, but these errors were encountered: