couchrest_model/lib/couchrest/mixins
2009-06-08 16:35:26 -10:00
..
attachments.rb moved stuff around and cleaned up some deprecation notices [save/save_doc] 2009-02-02 16:10:07 -08:00
callbacks.rb Namespace Extlib versions of class_inheritable_accessor methods with extlib_prefix, as done in Wycats' Rails fork, so that their inclusion won't overwrite existing ActiveSupport implementations, if present. Check for existence of Class extensions on a per-method basis. 2009-03-19 16:59:22 -07:00
class_proxy.rb cleaned up the design view names since we don't need to use md5 view names anymore. (we are using different revision numbers) 2009-05-17 19:34:02 -07:00
design_doc.rb fixed all the specs so we are back to green 2009-05-26 18:27:49 -07:00
document_queries.rb Add .count to extended documents to return how many there are. 2009-05-26 15:43:27 -07:00
extended_attachments.rb differentiated attachment's URI and URL 2009-06-07 18:51:31 -07:00
extended_document_mixins.rb ClassProxy provides class-level methods on a dynamically chosen database. 2009-03-27 13:42:49 +00:00
properties.rb cast values through setters to ensure validations are run after mass assignment, for example 2009-06-08 16:35:26 -10:00
validation.rb Added validation callbacks to extended documents and casted models 2009-06-04 19:49:10 -07:00
views.rb cleaned up the design view names since we don't need to use md5 view names anymore. (we are using different revision numbers) 2009-05-17 19:34:02 -07:00