couchrest_model/lib/couchrest/mixins
2009-07-29 20:12:35 -07:00
..
attachments.rb added an option to force the deletion of a attachment 2009-07-29 20:12:35 -07: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 fixed class proxy design doc wreidness 2009-07-21 23:38:00 +02:00
collection.rb added amount_pages to a paginated collection 2009-07-20 15:52:14 -07:00
design_doc.rb modified the 'all' view to emit doc ids so we can do Model.all(:keys => [1,2]) 2009-07-22 15:45:18 -07:00
document_queries.rb removed {:reduce => false} in #all method to make it 0.10 comp. 2009-07-26 23:33:15 -07:00
extended_attachments.rb differentiated attachment's URI and URL 2009-06-07 18:51:31 -07:00
extended_document_mixins.rb Added Collection mixin. 2009-07-08 09:38:26 -07:00
properties.rb added support to cast Float values 2009-07-16 19:52:53 -07:00
validation.rb strings respond to :each and the might break validation on casted arrays 2009-05-20 18:35:41 -07:00
views.rb fixed class proxy design doc wreidness 2009-07-21 23:38:00 +02:00