Skip to content

Releases: rubocop/rubocop-rails

RuboCop Rails 2.1.0

25 Jun 15:58
Compare
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
Compare
Choose a tag to compare

Changes

RuboCop Rails 2.0.0

08 Jun 06:32
Compare
Choose a tag to compare

New features

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