RuboCop Rails 2.21.1
Bug fixes
- #1108: Fix an incorrect autocorrect for
Rails/TimeZonewhen usingString#to_time. (@koic) - #1109: Fix error for
Rails/RedundantActiveRecordAllMethodwhenallis an argument for AR methods. (@masato-bkn) - #1110: Fix false positive for
Rails/RedundantActiveRecordAllMethodwhenallhas any parameters. (@masato-bkn)