We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504c061 commit 2c41379Copy full SHA for 2c41379
ruby_on_rails/app_initialisation.md
@@ -126,6 +126,11 @@ Check existing projects for an example of the usage.
126
```ruby
127
config.action_controller.action_on_unpermitted_parameters = :raise
128
config.i18n.raise_on_missing_translations = true # uncomment
129
+
130
+ config.generators do |g|
131
+ g.test_framework :rspec
132
+ g.apply_rubocop_autocorrect_after_generate!
133
+ end
134
```
135
136
* Update `config/environments/test.rb` settings:
0 commit comments