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
Use case: adding a new controller without generator from routes.rb:
resources(:sold_out_concerts) # gf => E345: Can't find file "sold_out_concerts_controller.rb" in path
If gf could be configured to create the file, this would save some keystrokes. Looking at #503, perhaps :set confirm could be the option?
gf
:set confirm
The text was updated successfully, but these errors were encountered:
gf is way more liberal about where it can jump than even alternates is. It can edit files inside gems for example. I think this is a non-starter.
Sorry, something went wrong.
No branches or pull requests
Use case: adding a new controller without generator from routes.rb:
If
gf
could be configured to create the file, this would save some keystrokes. Looking at #503, perhaps:set confirm
could be the option?The text was updated successfully, but these errors were encountered: