simple_form icon indicating copy to clipboard operation
simple_form copied to clipboard

README.md says browser_validations = true by default, but generator makes it false

Open viktorsmari opened this issue 3 years ago • 0 comments

Similar to #1216 which was closed

Environment

  • Ruby 2.7.3
  • Rails 6.1.3.2
  • Simple Form 5.1.0

Current behavior

rails generate simple_form:install Creates config/initializers/simple_form.rb where line 130 is:

config.browser_validations = false

Expected behavior

The README.md says that it is true by default https://github.com/heartcombo/simple_form/blame/master/README.md#L1111-L1113

Should the generator not create it as true if the readme says true is the default?

viktorsmari avatar Aug 19 '21 11:08 viktorsmari