Sha256: d472f5bc559365578bfc4f4ef7666cb63398bf2972c177718927aee243020a97
Contents?: true
Size: 819 Bytes
Versions: 11
Compression:
Stored size: 819 Bytes
Contents
##################### Rails ################################## ActionFilter: Description: 'Enforces consistent use of action filter methods.' Enabled: false Delegate: Description: 'Prefer delegate method for delegations.' Enabled: false HasAndBelongsToMany: Description: 'Prefer has_many :through to has_and_belongs_to_many.' Enabled: false Output: Description: 'Checks for calls to puts, print, etc.' Enabled: false ReadWriteAttribute: Description: 'Checks for read_attribute(:attr) and write_attribute(:attr, val).' Enabled: false ScopeArgs: Description: 'Checks the arguments of ActiveRecord scopes.' Enabled: false Validation: Description: 'Use sexy validations.' Enabled: false SkipsModelValidations: Description: 'Avoid methods that skip model validations.' Enabled: false
Version data entries
11 entries across 11 versions & 1 rubygems