Sha256: 76996531ff94500c4cd4ff081eede1b9fa0f252fe7533fe5aad8b06aa489fba4

Contents?: true

Size: 912 Bytes

Versions: 3

Compression:

Stored size: 912 Bytes

Contents

0.1.0 (2009-03-23)
------------------
 - `inline` associations are now correctly serialised when saving

0.0.5 (2009-02-06)
------------------
 - BUGFIX: `belongs_to` now takes `:class_name` (see Employer class in Association spec)

0.0.4 (2009-02-04)
------------------
 - `has_many :through`
 - `has_many :inline`
 - `create` was in 0.0.2 but forgot to mention it :)
 - `all` now emits (id, null) so you can use `:keys => [1,2,3,4]` in your query
 - `format_utc_offset` helper (zdzolton)
 - Syntax change: 
   - OLD: `:view => {:name => :by_this_and_that, :query => lambda { {:key => [this_id, id]} }}`
   - NEW: `:view => :by_this_and_that, :query => lambda { {:key => [this_id, id]} }`

0.0.2 (2009-01-24)
------------------
 - `timestamps!` class method now adds instance methods
 - `created_at` and `updated_at` always return an instance of `Time`

0.0.1 (2009-01-21)
------------------
 - Initial Release

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
couch_surfer-0.3.4 CHANGELOG.md
couch_surfer-0.3.3 CHANGELOG.md
couch_surfer-0.3.2 CHANGELOG.md