Skip to content

RuboCop Rails 2.4.1

Compare
Choose a tag to compare
@koic koic released this 25 Dec 06:37
· 1407 commits to master since this release

Bug fixes

  • #170: Make Rails/BulkChangeTable not suggest combining methods with an intervening block. (@mvz)
  • #159: Fix autocorrect for Rails/EnumHash when using % arrays notations. (@ngouy)

Changes

  • #166: Add db/schema.rb and bin/* to the excluded files. (@fidalgo)