We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hanami g action
hanami g action accounts.show
It would not override the existing files matching those paths (app/actions/accounts/show.rb / spec/actions/accounts/show_spec.rb)
app/actions/accounts/show.rb
spec/actions/accounts/show_spec.rb
It overrode those files without asking.
The text was updated successfully, but these errors were encountered:
@radar We're aware of this. It isn't a bug, it's just we didn't implement it yet.
Sorry, something went wrong.
Thanks for reporting this, I plan on fixing it soon. Closing this in favor of #181 since it affects all our generators, not just action.
jodosha
No branches or pull requests
What I tried to do:
What I expected to happen:
It would not override the existing files matching those paths (
app/actions/accounts/show.rb
/spec/actions/accounts/show_spec.rb
)What actually happened:
It overrode those files without asking.
The text was updated successfully, but these errors were encountered: