couchrest_model/lib/couchrest/mixins
Will Leinweber b5d09afef5 Adds attribute protection to properties
Public Facing
   * through either :protected or :accessible8 flags
   * prevents protected attributes from being set in mass assignment
 Developer Facing
   * refactors #initialize and #update_attribute_without_saving
       to use same private methods to set attributes on ExtendedDocument
   * adds new mixin to do protection

Signed-off-by: Tapajós <tapajos@gmail.com>
2009-10-31 09:56:58 -02:00
..
attachments.rb added an option to force the deletion of a attachment 2009-07-29 20:12:35 -07:00
attribute_protection.rb Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
callbacks.rb reunited some __FILE__, __LINE__ with their + 1 2009-07-19 01:23:51 -07:00
class_proxy.rb fixed class proxy design doc wreidness 2009-07-21 23:38:00 +02:00
collection.rb Removed amount_pages calculation for the pagination collection, since it cannot be reliably calculated without a view 2009-08-20 12:29:02 -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 fix content_type handling for attachments 2009-08-06 13:04:17 -07:00
extended_document_mixins.rb Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
properties.rb Merge remote branch 'remotes/old/master' 2009-09-03 23:10:06 -03:00
validation.rb reunited some __FILE__, __LINE__ with their + 1 2009-07-19 01:23:51 -07:00
views.rb fixed class proxy design doc wreidness 2009-07-21 23:38:00 +02:00