rubocop-rails

A RuboCop extension focused on enforcing Rails best practices and coding conventions.

MIT License

Downloads
167.6M
Stars
790
Committers
252

Bot releases are visible (Hide)

rubocop-rails - RuboCop Rails 2.2.1

Published by koic over 5 years ago

Bug fixes

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

Published by koic over 5 years ago

Bug fixes

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

Published by koic over 5 years ago

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 - RuboCop Rails 2.0.1

Published by koic over 5 years ago

Changes

rubocop-rails - RuboCop Rails 2.0.0

Published by koic over 5 years ago

New features

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