Sha256: a4527fcfba955d45fe9014684f3d929273f289859e9c699a0f2f5e1d0a94eee7
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 Bytes
Contents
CHANGELOG ========= 2015-12-25 - v0.10.0 -------------------- ### Changed * renamed uniform_collection_attribute to uniform_collection_value ### Fixed * Make optionals active when all the values in the collection are nil 2015-12-15 - v0.9.2 ------------------- ### Added #### Allow initialize with multiple chaning scope ``` Employee::Collection.where(a: 1).where(b: 3) Employee::Collection.where(a: 1).where.not(b: 3) ``` 2015-12-09 - v0.9.1 ------------------- ### Added * Use string separator argument like: RecordCollection.id\_separator 2015-11-03 - v0.9.0 ------------------- ### Added * Allow block without argument in before and after update hooks 2015-11-03 - v0.8.3 ------------------- ### Added * before\_record\_update hook 2015-11-03 - v0.8.2 ------------------- ### Added * Smarter find on collection object
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
record_collection-0.10.0 | CHANGELOG.md |