Open flip111 opened 2 weeks ago
Reasoning number 2 seems the most apt.
https://elixirforum.com/t/ash-gen-resource-fails-partially-if-resource-is-top-level/65535
@albinkc thanks that seems to be the way to go
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?
What I think we should actually do here is say "X existed but is not an Ash.Domain, should we add use Ash.Domain to the module?"
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 better