aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/mass_assignment_security.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve docs for attr_accessible|protected related to Hash#except|sliceCarlos Antonio da Silva2012-03-091-8/+10
* Merge pull request #5049 from fabioyamate/masterJosé Valim2012-02-151-3/+3
* Minor formating fixAlexander Uvarov2011-06-241-2/+2
* Follow rails convention by using Array.wrapAlexander Uvarov2011-06-231-2/+3
* Allow to specify mass-assignment roles as arrayAlexander Uvarov2011-06-231-2/+8
* no need for .rbDamien Mathieu2011-05-311-1/+1
* string inflections are needed for running tests in isolationDamien Mathieu2011-05-311-0/+1
* Transform the symbol into a constant lookup.José Valim2011-05-311-17/+13
* ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer methodBogdan Gusiev2011-05-301-6/+24
* MassAssignmentSecurity: add ability to specify your own sanitizerBogdan Gusiev2011-05-261-5/+9
* renamed mass-assignment scopes to roles, updated code, tests, docs and securi...Josh Kalderimis2011-05-081-23/+23
* minor correction to the AMo mass-assignment security docsJosh Kalderimis2011-04-241-1/+1
* AM mass assignment security attr_accessible and attr_protected now allow for ...Josh Kalderimis2011-04-241-34/+85
* Remove Example headers. Code just flows with the text. 6ce844a3Paco Guzman2011-03-061-3/+1
* Properly indent code example blockDaniel Schierbeck2011-01-151-19/+19
* Change documentation for ActiveModel::MassAssignmentSecurity a bit and make d...José Valim2010-07-081-26/+41
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-0/+145