couchrest_model/lib/couchrest
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
..
commands change it to !include 2009-01-02 01:59:33 -08:00
core Save on Document & ExtendedDocument crashed if bulk 2009-10-18 01:59:31 +08:00
helper Streamer fixes 2009-10-18 01:59:30 +08:00
middlewares added a Rack logger middleware 2009-07-27 00:14:38 -07:00
mixins Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
more Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
support Rails logger is no longer needed. 2009-08-16 21:19:45 -07:00
validation Changing some validations to be compatible with activemodel. 2009-10-31 09:54:16 -02:00
mixins.rb got rid of extlib hooking system in favor of the new Rails3 callback system. As well as fixed timestamps! in ExtendedDoc 2009-02-03 17:33:31 -08:00
monkeypatches.rb started extracting the http layer 2009-07-14 01:43:40 -07:00