Sha256: e65f1370d3f82dda1bc510f003b3ec1ef85f25b08c4c18a0b8fe79758218270b
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
Changelog ========= ### 0.4.0 (master) * (jamesgolick) Add scope chaining. See the README and the docs for Friendly::Scope. * (jamesgolick) Add has_many association. * (jamesgolick) Add ad-hoc scopes. See the docs for Document.scope. * (jamesgolick) Add named_scope functionality. See the docs for Document.named_scope. * (jeffrafter + jamesgolick) DDL generation now supports custom types. Previously, it would only work with types that Sequel already supported. Now, if you want to register a custom type, use Friendly::Attribute.register_type(klass, sql_type, &conversion_method).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
friendly-0.4.1 | CHANGELOG.md |
friendly-0.4.0 | CHANGELOG.md |