index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
strong_parameters.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+9
*
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+19
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-15
/
+1
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+5
*
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+2
*
Update ActionController::Parameters documentation [ci skip]
Benjamin Quorning
2016-06-22
1
-19
/
+18
*
ActionController::Parameters: Fix #dig doc code
Christian Wesselhoeft
2016-05-29
1
-5
/
+5
*
fix incorrect class name [ci skip]
yuuji.yaginuma
2016-05-28
1
-1
/
+1
*
Fix actionpack typos [ci skip]
Tom Kadwill
2016-04-30
1
-3
/
+3
*
Filter scalar values when params permit hashes or arrays
Sean Griffin
2016-04-15
1
-1
/
+5
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-04-03
1
-0
/
+7
|
\
|
*
[ci skip] Fix example of ActionController::Parameters#to_unsafe_h
Prathamesh Sonpatki
2016-03-24
1
-1
/
+1
|
*
Add example for ActionController::Parameters#to_unsafe_h
Gaurish Sharma
2016-03-12
1
-0
/
+7
*
|
Add explanation about accepts_nested_attributes_for keys in the strong parame...
Bart de Water
2016-03-12
1
-2
/
+3
*
|
add return values to example [ci skip]
yuuji.yaginuma
2016-03-10
1
-1
/
+1
*
|
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
1
-0
/
+15
|
/
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-1
/
+1
*
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-9
/
+14
*
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-3
/
+4
*
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-1
/
+1
*
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+5
*
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-10
/
+0
*
Fix typo in strong params hash deprecation message
Marek
2016-01-27
1
-2
/
+2
*
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-1
/
+5
*
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
*
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+1
*
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+16
*
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-1
/
+2
*
Unneeded &block parameters
Akira Matsuda
2016-01-12
1
-2
/
+2
*
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-6
/
+6
*
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-1
/
+1
*
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-2
/
+18
*
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-5
/
+7
*
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
Remove wrong doc line about AC::Parameters
claudiob
2015-09-10
1
-3
/
+2
*
fixes example for consistency [ci skip]
Xavier Noria
2015-08-29
1
-3
/
+3
*
swaps words [ci skip]
Xavier Noria
2015-08-29
1
-1
/
+1
*
revamps the docs of strong params require [ci skip]
Xavier Noria
2015-08-29
1
-9
/
+40
*
revises 877e42e
Xavier Noria
2015-08-28
1
-2
/
+2
*
[Feature] params.require requires array of params
Gaurish Sharma
2015-08-28
1
-0
/
+8
*
[skip ci] Fix minor typo
Jon Atack
2015-08-17
1
-1
/
+1
*
drop conditionals in conversion logic
Aaron Patterson
2015-07-21
1
-7
/
+5
*
rearrange logic to use positive branches
Aaron Patterson
2015-07-21
1
-4
/
+6
*
Fix exception overwritten for parameters fetch method
Roque Pinel
2015-07-18
1
-3
/
+7
*
push fields_for_style? in to a protected method
Aaron Patterson
2015-07-17
1
-5
/
+5
*
push is_a checks up the stack
Aaron Patterson
2015-07-17
1
-13
/
+13
*
remove useless conditional
Aaron Patterson
2015-07-17
1
-1
/
+0
*
remove useless conditionals
Aaron Patterson
2015-07-17
1
-2
/
+2
*
remove useless function
Aaron Patterson
2015-07-17
1
-8
/
+2
[prev]
[next]