couchrest_model/spec/couchrest
Will Leinweber d333133319 Adds suppport for ActiveModel::Dirty and ::AttributeMethods
* ActiveModel::Dirty
** Basic support for dirty tracking
** It does not bubble up any changes to casted models currently

* ActiveModel::AttributeMethods
** Attributes are now read and written through ActiveModel
** This also allows you to add your own attribute methods with
   prefix suffix and affix names. For more information check out
   ActiveModel::AttributeMethods::ClassMethods
2010-09-16 17:30:43 -05:00
..
assocations_spec.rb Remove typo in specs. (thanks Brian Colfer for spotting it) 2010-08-23 20:01:05 -03:00
attachment_spec.rb creating attachments accessor 2010-08-03 23:58:28 -03:00
attribute_protection_spec.rb Merge branch 'master' of git://github.com/tapajos/couchrest_model 2010-08-24 11:45:37 +02:00
base_spec.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
casted_model_spec.rb Merge branch 'master' of github.com:couchrest/couchrest_model 2010-09-05 19:18:37 +02:00
casted_spec.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
class_proxy_spec.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
dirty_spec.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
inherited_spec.rb Fixing documentation and two describes 2010-08-03 23:09:05 -03:00
persistence_spec.rb Fixing find(blank) issue 2010-09-05 20:06:44 +02:00
property_spec.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
subclass_spec.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
validations.rb Fixing proxy and view bug 2010-06-22 14:15:30 +02:00
view_spec.rb Fixing view deleting database option bug 2010-06-21 16:43:33 +02:00