ffceaec57dadd silent settings for created_at and updated_at, allows for mass assignment with semantics that match rails
Seth Ladd
2009-06-08 16:34:21 -1000
31180f6bc7require the rails support
Seth Ladd
2009-06-08 11:52:02 -1000
36f69ec332check if Rails exists for the rails support
Seth Ladd
2009-06-08 11:48:15 -1000
7246801f57merged in sporkd
Seth Ladd
2009-06-08 10:10:59 -1000
c18567f8fcdifferentiated attachment's URI and URL
Matt Aimonetti
2009-06-07 18:51:31 -0700
db7829e996Callbacks now take multiple callback methods
Peter Gumeson
2009-06-07 18:46:30 -0700
ab362cb32cMore convenient callback alias methods
Peter Gumeson
2009-06-07 17:01:21 -0700
806a79a72aEnabled callback halting and added copyright notices
Peter Gumeson
2009-06-07 14:52:23 -0700
dc4787e905Integrated Yehuda's new callback code from rails
Peter Gumeson
2009-06-07 02:57:22 -0700
1c6e073b47Added logger to rails support
Peter Gumeson
2009-06-07 02:51:50 -0700
76b1563539Renamed new_document? and new_model? to simply new?
Peter Gumeson
2009-06-04 20:44:44 -0700
b4e2250668Added validation callbacks to extended documents and casted models
Peter Gumeson
2009-06-04 19:49:10 -0700
91cd1d9c7bbase_doc should be nil for unassociated casted models
Peter Gumeson
2009-05-30 23:20:39 -0700
027dd9a3eeA better fix for failing spec
Peter Gumeson
2009-05-30 15:47:04 -0700
fb3c4530edFixed a failing spec when using ruby 1.9
Peter Gumeson
2009-05-30 14:53:55 -0700
d012380b67Added helper for accessing the top level document. And more rails compatibility.
Peter Gumeson
2009-05-28 22:42:30 -0700
936ce54449Merge branch 'mattetti/master'
Peter Gumeson
2009-05-28 22:31:20 -0700
f1b2315524bumped the release because of github *sigh*
Matt Aimonetti
2009-05-28 19:43:55 -0700
28df50dacaminor text edit, trying to get github to build the gem
Matt Aimonetti
2009-05-28 19:41:30 -0700
efeb654114casted_by is now set on assignment to a document.
Peter Gumeson
2009-05-28 17:56:42 -0700
3e4c90f104Fixed a comment
Peter Gumeson
2009-05-28 17:00:06 -0700
23341f3698Added new_model? and new_record? alias to casted model for rails compatibility.
Peter Gumeson
2009-05-28 16:09:53 -0700
9a026997ddvalid? now recursively checks casted models. Added better validation spec coverage.
Peter Gumeson
2009-05-28 12:18:23 -0700
4a4cae0d95Merge branch 'mattetti/master'
Peter Gumeson
2009-05-28 11:30:15 -0700
5e0632c1d0removed ObjectSpace usage
Matt Aimonetti
2009-05-28 10:36:25 -0700
295c0f0511fixed the design doc cache issue
Matt Aimonetti
2009-05-27 23:59:43 -0700
c35c35157aadded an automated way to mark design docs as dirty after the db was reset
Matt Aimonetti
2009-05-27 18:16:50 -0700
704d0a09bdAdded attributes= to casted model and extended doc
Peter Gumeson
2009-05-27 13:24:25 -0700
e48a6c8866fixed all the specs so we are back to green
Matt Aimonetti
2009-05-26 18:27:49 -0700
2d52225a25fixed some stuff but a lot of specs are still failing on 409s
Matt Aimonetti
2009-05-26 16:28:34 -0700
a1087b48feEnabled casting of CastedModel attributes
Eric Watson
2009-05-25 11:46:39 -0500
dff005f082Modified CastedModel to apply defaults first
Eric Watson
2009-05-25 14:12:56 -0500
0647307acdEnabled apply_defaults for CastedModel
Eric Watson
2009-05-25 11:40:01 -0500
96f8d1aa96Fixing CastedModel bug that modified casted objects
Eric Watson
2009-05-25 11:16:48 -0500
101024aabcChanged CastedModel so it does not cast nil values
Eric Watson
2009-05-21 14:37:21 -0500
eb160e3141Add .count to extended documents to return how many there are. Adds a reduce function to the default view so that an extra view doesn't have to be maintained just for the counting.
Will Leinweber
2009-05-23 23:44:44 -0500
e538a3881dstrings respond to :each and the might break validation on casted arrays
Matt Aimonetti
2009-05-20 18:35:41 -0700