couchrest_model/lib/couchrest/model
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
..
support Renaming support delete method so as not to conflict with ExtendedDocument 2010-06-21 15:10:42 +02:00
validations Fixing typoo 2010-06-23 11:58:35 +02:00
associations.rb Raising an error when adding an un-saved item to a collection 2010-08-04 11:54:02 +02:00
attribute_protection.rb Fixes Model.new(nil) with attribute protection. GH issue #8 2010-08-23 20:02:08 -03:00
attributes.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
base.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
callbacks.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
casted_array.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
casted_model.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
class_proxy.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
collection.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
design_doc.rb Finalizing move to rspec 2.0.0 (rake wasn't working) 2010-08-18 20:00:03 +02:00
dirty.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
document_queries.rb Fixing find(blank) issue 2010-09-05 20:06:44 +02:00
errors.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
extended_attachments.rb creating attachments accessor 2010-08-03 23:58:28 -03:00
persistence.rb Ensuring update_attributes cannot be called in CastedModel as per issue #9 2010-08-24 19:27:35 +02:00
properties.rb Adds suppport for ActiveModel::Dirty and ::AttributeMethods 2010-09-16 17:30:43 -05:00
property.rb bugfix: allow CastedArrays to be assigned 2010-09-03 12:23:53 -05:00
typecast.rb Fixing time parsing issue for times without zone 2010-08-18 19:36:01 +02:00
validations.rb Adding manual view support to uniqueness validation 2010-06-21 23:12:15 +02:00
views.rb Fixing big problem with lack of database passed to collection proxy 2010-06-25 20:02:18 +02:00