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
Sometimes generators can fail but when running the same generator again, we end up with multiple entries of same Gem in the Gemfile or same configurations as well.
It would be great if we could make generators idempotent so subsequent invocation don't change things that was already installed on previous run.
I am open to tackling this and looking for discussions first on what you think @abhaynikam
The text was updated successfully, but these errors were encountered:
Sometimes generators can fail but when running the same generator again, we end up with multiple entries of same Gem in the Gemfile or same configurations as well.
It would be great if we could make generators idempotent so subsequent invocation don't change things that was already installed on previous run.
I am open to tackling this and looking for discussions first on what you think @abhaynikam
The text was updated successfully, but these errors were encountered: