Sha256: 920229e0a3d75ffd969ade3663ac01431ce9bc1af224b167728f2c2988112d55
Contents?: true
Size: 861 Bytes
Versions: 1
Compression:
Stored size: 861 Bytes
Contents
# Schema Expectations Changelog ### git master ### 0.2.0 (Febuary 18, 2015) - support activerecord 3.1 to 4.2 - support rspec 3.0 to 3.2 - `validate_schema_nullable` #failure_message_when_negated works - `validate_schema_nullable` #description works - `validate_schema_nullable` supports belongs_to association validators - `validate_schema_nullable` supports polymorphic belongs_to association validators - `validate_schema_nullable` skips primary key and timestamps - `validate_schema_nullable` is aware of columns with default values - `validate_schema_nullable` is aware of columns with default functions - postgres support - mysql support ### 0.0.1 (February 12, 2015) - `validate_schema_nullable` supports being called on AR instances - documented `validate_schema_nullable` ### 0.0.0 (February 12, 2015) - Added `validate_schema_nullable` matcher
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
schema_expectations-0.2.0 | CHANGELOG.md |