Sha256: 57229e2c0636e5c0413f89ed98b60ae29f5960c0fb313a83f28810e746e24c88

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

v0.1.4
- Fixed a bug where `batch_where` wasnt using `count_multiple` (therefore breaking for nested queries)

v0.1.3
- Added `batch_where` to account for massive queries timing out (e.g. 10k objects)

v0.0.21
- stomped out Rails load order bug by copying over entire Connection class (hacky)

v0.0.20
- fixes Rails load order bug with Connection (related to gzip patch)

v0.0.19
- forces gzip compression (gargantuan performance boost on embedded queries)

v0.0.18
- ?? missing

v0.0.17
- implements Oplog

v0.0.16
- added attachment path helpers

v0.0.15
- added compatibility around enum_sets from Journey (using indices rather than text values)

v0.0.14
- some sugar around enum_sets

v0.0.13
- Adds enum_set

v0.0.12
- Fixes some associated attribute vanishing

v0.0.11
- Adds opt-out for embeds via finder opts e.g. `Klass.all(embed: false)`

v0.0.10
- Adds Journey::Resource.count

v0.0.9
- Rescues from ActiveResource::ResourceNotFound when association_id is set but object doesn't exist
- Fixes embeds for associations with names different from their class

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embark-journey-0.1.4 CHANGELOG.md