Skip to content

Releases: rubocop/rubocop-rails

RuboCop Rails 2.2.1

13 Jul 03:59

Choose a tag to compare

Bug fixes

  • #86: Fix an incorrect auto-correct for Rails/TimeZone when using Time.new. (@koic)

RuboCop Rails 2.2.0

06 Jul 16:05

Choose a tag to compare

Bug fixes

  • #67: Fix an incorrect auto-correct for Rails/TimeZone when using DateTime. (@koic)

RuboCop Rails 2.1.0

25 Jun 15:58

Choose a tag to compare

Bug fixes

  • #43: Remove change_column_null method from BulkChangeTable cop offenses. ([@anthony-robin][])
  • #79: Fix RuboCop::Cop::Rails not defined (NameError). (@rmm5t)

Changes

RuboCop Rails 2.0.1

08 Jun 06:38

Choose a tag to compare

Changes

RuboCop Rails 2.0.0

08 Jun 06:32

Choose a tag to compare

New features

  • Extract Rails cops from rubocop-hq/rubocop repository. (@koic)
  • #19: Add new Rails/HelperInstanceVariable cop. (@andyw8)