New features
- #337: Add new
Rails/ThreeStateBooleanColumn
cop. (@fatkodima) - #45: Make
Rails/Delegate
aware ofself
. (@koic)
Bug fixes
- #934: Fix a false negative for
Rails/Output
when print methods without arguments. (@koic) - #99: Fix a false positive for
Rails/HttpPositionalArguments
when usinginclude Rack::Test::Methods
. (@koic) - #501: Fix a false positive for
Rails/OutputSafety
when usinghtml_safe
forI18n
methods. (@koic) - #860: Fix a false positive for
Rails/Pluck
when using regexp literal key forString#[]
. (@koic) - #938: Fix an error for
Rails/WhereNotWithMultipleConditions
when usingwhere.not.lt(condition)
as a Mongoid API'. (@koic) - #941: Remove redundant config for
Style/InverseMethods
. (@koic)