Sha256: b980b412e927e9dbea361dddd182ae223e76625a8ce25d126f6c90213d830ccb

Contents?: true

Size: 931 Bytes

Versions: 4

Compression:

Stored size: 931 Bytes

Contents

09/12/2009
----------
* Restructured and reorganized.  Now the majority of the work is done in the Protector class.  This minimizes the amount of methods / instance variables that clutter the controllers.
* The filtering is done in ActionController::Base#params now, instead of as a before filter.  This eliminates the caveat of before filters declared after param_protected/param_accessible calls having access to the unprotected params.

09/11/2009
----------
* Refactored tests to use plugin_test_helper.
* gemified

03/17/2009
----------
* more sane way to specify nested parameters (honestly, I don't know what I was thinking before)
* the old method of specifying nested parameters ("user/first_name", "user/last_name") DOES NOT WORK ANYMORE.
* changed param_protected/param_accessible's :exclude argument to :except to better fit in with Rails

07/16/2008
----------
* rewrote the entire plugin (it should actually work now)

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cjbottaro-param_protected-1.1.0 CHANGELOG
param_protected-1.3.0 CHANGELOG
param_protected-1.2.0 CHANGELOG
param_protected-1.1.0 CHANGELOG