couchrest_model/lib/couchrest/model
2011-03-06 13:11:37 +10:30
..
support Renaming support delete method so as not to conflict with ExtendedDocument 2010-06-21 15:10:42 +02:00
validations Fixed UniquenessValidator error 2011-02-24 23:39:34 -03:00
associations.rb Narrow the rescued exception to avoid catching class evaluation errors that has nothing to to with the association. 2011-02-24 23:38:39 -03:00
base.rb some speed optimisations. added 'use_dirty' configuration variable 2011-03-03 17:58:57 +10:30
callbacks.rb Use :validation callbacks, not the :validate callbacks reserved by ActiveModel, ensuring callbacks are actually run when they're supposed to be. 2011-02-01 14:32:38 -05:00
casted_array.rb implemented some missing dirty functionality for casted_array and casted_hash. improved dirty spec test 2011-03-03 23:22:19 +10:30
casted_by.rb some speed optimisations. added 'use_dirty' configuration variable 2011-03-03 17:58:57 +10:30
casted_hash.rb optimisations, and some fixes for ruby 1.8.7 2011-03-06 09:58:54 +10:30
casted_model.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
class_proxy.rb add method 'last' to simplify queries 2010-12-31 18:59:57 -02:00
collection.rb Fixing the database in view bug 2010-12-02 01:53:45 +01:00
configuration.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
design_doc.rb Adding configuration support and changing 'couchrest-type' key to 'model' along with config options 2010-09-17 23:00:55 +02:00
dirty.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
document_queries.rb add method 'last' to simplify queries 2010-12-31 18:59:57 -02:00
errors.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
extended_attachments.rb some speed optimisations. added 'use_dirty' configuration variable 2011-03-03 17:58:57 +10:30
persistence.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
properties.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
property.rb removed use_dirty config option (runs faster) 2011-03-06 13:11:37 +10:30
property_protection.rb Renaming Attribute Protection and solving problem modifying the provided hash to the #attributes= method 2010-10-22 15:39:12 +02:00
typecast.rb Handling cases when , used instead of . more elegantly 2010-10-23 20:59:24 +02:00
validations.rb Use :validation callbacks, not the :validate callbacks reserved by ActiveModel, ensuring callbacks are actually run when they're supposed to be. 2011-02-01 14:32:38 -05:00
view.rb Adding the initial workings of the view class 2010-12-02 01:42:52 +01:00
views.rb Adding configuration support and changing 'couchrest-type' key to 'model' along with config options 2010-09-17 23:00:55 +02:00