couchrest_model/spec/couchrest/more
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
..
attribute_protection_spec.rb Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
casted_extended_doc_spec.rb Merge commit 'mattetti/master' 2009-08-12 16:48:13 -07:00
casted_model_spec.rb Changing some validations to be compatible with activemodel. 2009-10-31 09:54:16 -02:00
extended_doc_attachment_spec.rb fix content_type handling for attachments 2009-08-06 13:04:17 -07:00
extended_doc_spec.rb Changing some validations to be compatible with activemodel. 2009-10-31 09:54:16 -02:00
extended_doc_subclass_spec.rb made all the specs run on 1.9.2, yay :) 2009-08-01 14:21:18 -07:00
extended_doc_view_spec.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
property_spec.rb Merge remote branch 'tapajos/master' 2009-09-20 22:52:39 -03:00