couchrest_model/lib/couchrest
Matt Aimonetti 621f5565e9 Started working on casted models, basic functionalities are now in.
property :casted_attribute, :cast_as => 'WithCastedModelMixin'

A casted attribute now knows about its parent. (#casted_by to retrieve the parent's object)
2009-02-09 11:20:23 -08:00
..
commands change it to !include 2009-01-02 01:59:33 -08:00
core added autovalidation (auto_validate! in your ExtendedDocument) and extracted some extlib stuff so we will soon be able to remove the dependency. 2009-02-05 17:06:12 -08:00
helper move some couchapp components to couchapp project 2009-01-08 16:48:11 -08:00
mixins Started working on casted models, basic functionalities are now in. 2009-02-09 11:20:23 -08:00
more Started working on casted models, basic functionalities are now in. 2009-02-09 11:20:23 -08:00
support added autovalidation (auto_validate! in your ExtendedDocument) and extracted some extlib stuff so we will soon be able to remove the dependency. 2009-02-05 17:06:12 -08:00
validation Started working on casted models, basic functionalities are now in. 2009-02-09 11:20:23 -08:00
mixins.rb got rid of extlib hooking system in favor of the new Rails3 callback system. As well as fixed timestamps! in ExtendedDoc 2009-02-03 17:33:31 -08:00
monkeypatches.rb added autovalidation (auto_validate! in your ExtendedDocument) and extracted some extlib stuff so we will soon be able to remove the dependency. 2009-02-05 17:06:12 -08:00