Skip to content
This repository was archived by the owner on Aug 17, 2017. It is now read-only.

Pull requests: rails/strong_parameters

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Exception thrown is ActionController::ParameterMissing
#168 opened Sep 18, 2013 by speric updated Jun 13, 2014
in readme: changes to "ParameterMissing" instead of "MissingParameter"
#147 opened May 29, 2013 by cawel updated Jun 15, 2014
Add use-case to use an array as required parameter
#194 opened Mar 19, 2014 by antonioparisi updated Jun 16, 2014
Change readme code examples to be more explicit
#152 opened Jun 11, 2013 by scottillogical updated Jun 16, 2014
Params.fetch covers up any KeyError raised in block.
#156 opened Jul 8, 2013 by d-Pixie Loading… updated Jun 19, 2014
Readme documentation on using accepts_nested_attribute_for with Strong Parameters
#118 opened Mar 11, 2013 by emorikawa Loading… updated Jun 19, 2014
Revisiting problems with multi-parameter attributes
#34 opened Sep 5, 2012 by fidothe Loading… updated Jun 30, 2014
Stop fetch from mutating when default is a hash
#102 opened Feb 19, 2013 by bemurphy Loading… updated Jul 1, 2014
Document nested models
#161 opened Aug 7, 2013 by tilsammans Loading… updated Jul 2, 2014
Empty all protected attributes when integrate strong_parameters
#111 opened Mar 1, 2013 by route Loading… updated Jul 2, 2014
Add very basic initializer to enforce system wide
#116 opened Mar 10, 2013 by bemurphy Loading… updated Jul 14, 2014
Permit ActionController::AnyParam on hashes
#193 opened Mar 7, 2014 by alvarezloaiciga Loading… updated Jul 17, 2014
allow optional inclusion in some controllers + update readme
#197 opened Apr 9, 2014 by razum2um Loading… updated Nov 21, 2014
Serenity/selective logging
#215 opened Jan 31, 2015 by IndieKelly Loading… updated Feb 3, 2015
make nested parameters of README more readable
#220 opened Feb 17, 2015 by Trevoke Loading… updated Feb 18, 2015
handle UnpermittedParameters as bad request
#141 opened May 16, 2013 by marshallshen Loading… updated Apr 29, 2015
Ensure that the key in require is valid.
#148 opened May 30, 2013 by bryanrite Loading… updated Jun 30, 2015
test, not raise against NEVER_UNPERMITTED_PARAMS
#229 opened Aug 12, 2015 by levsero Loading… updated Oct 26, 2015
Add possibility to trust a parameter branch
#231 opened Oct 13, 2015 by sdepold Loading… updated Nov 10, 2015
Correct readme migration path instructions
#232 opened Nov 16, 2015 by dcki Loading… updated Nov 21, 2015
fix: nested attributes with number as hash key now work
#233 opened Dec 1, 2015 by dsalahutdinov Loading… updated Dec 1, 2015
Document third option for action_on_unpermitted_parameters
#245 opened Dec 2, 2016 by clupprich Loading… updated Dec 2, 2016
ProTip! Filter pull requests by the default branch with base:master.