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
When I generate controller using command rails g controller ...
rails g controller
Use for it this code in config/application.rb
config.generators do |g| g.stylesheets = false g.javascripts = false g.helper = false g.test_framework :rspec end
The text was updated successfully, but these errors were encountered:
@roman-dubrovsky So what's stopping you to write them?(request spec)
Sorry, something went wrong.
No branches or pull requests
When I generate controller using command
rails g controller
...Use for it this code in config/application.rb
The text was updated successfully, but these errors were encountered: