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
*
Implemented deep_transform_keys/! for ActionController::Parameters
Gustavo Gutierrez
2019-05-22
1
-0
/
+17
*
Return parameters enumerator from transform_keys/!
Eugene Kenny
2019-05-18
1
-7
/
+5
*
fixed usage of Parameters when a non-numeric key exists
L.Fexon
2019-05-13
1
-7
/
+17
*
Remove unused modules from StrongParameters
Patrik Bóna
2019-04-15
1
-4
/
+0
*
Typo fixes action pack.
alkesh26
2019-01-26
1
-1
/
+1
*
Fix `ActionController::Parameters#each_value` and add changelog entry to this...
Bogdan
2018-10-15
1
-1
/
+1
*
Added ActionController::Parameters.each_value method
Lukas Zapletal
2018-09-27
1
-0
/
+8
*
Faster permitted_scalar_filter
schneems
2018-08-31
1
-8
/
+20
*
[ci skip] Document permitted_scalar_filter
schneems
2018-08-30
1
-0
/
+10
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-2
/
+2
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-5
/
+5
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
Convert hashes into parameters (#33076)
Kevin Sjöberg
2018-06-19
1
-10
/
+8
*
Fix documentation for ActionController::Params#fetch
Linus Marton
2018-05-18
1
-1
/
+3
*
Fixes StrongParameters permit! to work with nested arrays
Steve Hull
2018-04-16
1
-1
/
+1
*
Make mutating params#dig mutate underlying params
Vince DeVendra
2018-03-24
1
-1
/
+2
*
Remove unnecessary `Hash.method_defined?(:dig)` checking
yuuji.yaginuma
2018-03-11
1
-13
/
+11
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-1
/
+0
*
Yield array from AC::Parameters#each for block with one arg
Dominic Cleal
2017-12-06
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Fix typo in API docs
Ryan Lue
2017-07-20
1
-1
/
+1
*
Correct API documentation for ActionController::Parameters#delete
Ryan Lue
2017-07-20
1
-4
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Fix format of `ActionController::Parameters#to_s` doc [ci skip]
yuuji.yaginuma
2017-07-01
1
-0
/
+1
*
|
Fallback Parameters#to_s to Hash#to_s
Kir Shatrov
2017-06-30
1
-1
/
+8
|
/
*
Fix typo in `AC::UnfilteredParameters` message [ci skip]
yuuji.yaginuma
2017-06-23
1
-2
/
+2
*
Fix examples for `AC::Parameters#to_query` [ci skip]
yuuji.yaginuma
2017-06-19
1
-1
/
+6
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-4
/
+2
*
Pass block in ActionController::Parameters#delete
Eugene Kenny
2017-05-10
1
-2
/
+2
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+1
*
Follow the style guide rules in the documetation
Rafael Mendonça França
2017-04-18
1
-30
/
+30
*
Improve documentation
Rafael Mendonça França
2017-04-18
1
-4
/
+4
*
Implement ActionController::Parameters#to_query and #to_param
Rafael Mendonça França
2017-04-18
1
-2
/
+28
*
Add ActionController::Parameters#to_hash to implict conversion
Rafael Mendonça França
2017-04-18
1
-0
/
+16
*
Raise exception when calling to_h in a unfiltered Parameters
Rafael Mendonça França
2017-04-18
1
-2
/
+15
*
Add aliases for reverse_merge to with_defaults
Matt Casper
2017-03-29
1
-0
/
+2
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-8
/
+8
*
Added `reverse_merge`/`reverse_merge!` to AC::Parameters:
Edouard CHIN
2017-03-09
1
-0
/
+15
*
params --> parameters
Jon Moss
2017-03-07
1
-2
/
+2
*
Document delegated public methods on AC::Parameters
T.J. Schuck
2017-03-07
1
-0
/
+71
*
[ci skip] Fix ParameterMissing exception name in docs
Tejas Bubane
2017-03-04
1
-1
/
+1
*
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-3
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Document 'false' as option for 'action_on_unpermitted_parameters'
Daniel Carral
2016-11-29
1
-2
/
+2
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
removes unconventional "then" in case expression
Xavier Noria
2016-11-13
1
-1
/
+1
*
|
revises style in recent code (of mine)
Xavier Noria
2016-11-13
1
-5
/
+7
[next]