rails generate devise User
Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
No deprecation warning is presented.
This was caused by https://github.com/heartcombo/devise/pull/5215. I think we need to set check_default_type. Can you open a PR?
Using required: true as initially proposed by #5215 seems to do the trick.
When will this be published as new Gem version?
@sreuterle I was planning on finalising a few other things before cutting a new release, due to some other deprecations already in master and others I was looking into. I'll see about the possibility of releasing a new one with just this fix this though.
@sreuterle v4.7.3 is out including this change, thanks!
Most helpful comment
@sreuterle v4.7.3 is out including this change, thanks!