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
*
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
*
|
significant speedup of AC::Parameters#permit
Xavier Noria
2016-11-12
1
-1
/
+3
*
|
adds a missing dot [ci skip]
Xavier Noria
2016-11-11
1
-1
/
+1
*
|
adds support for arbitrary hashes in strong parameters
Xavier Noria
2016-11-11
1
-0
/
+45
*
|
Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters
Rafael França
2016-11-10
1
-0
/
+7
|
\
\
|
*
|
add `ActionController::Parameters#merge!`
yuuji.yaginuma
2016-10-18
1
-0
/
+7
|
|
/
*
/
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
|
/
*
ActionController::Parameters#deep_dup (#26567)
Pavel Evstigneev
2016-10-11
1
-0
/
+7
*
Remove deprecated methods in ActionController::Parameters
Rafael Mendonça França
2016-10-10
1
-20
/
+0
*
Remove deprecated comparing support with `ActionController::Parameters`
Rafael Mendonça França
2016-10-10
1
-9
/
+0
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-1
/
+1
*
Move to_param undef closer to the deprecations.
Kasper Timm Hansen
2016-08-31
1
-2
/
+4
*
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
1
-0
/
+3
*
Merge pull request #26094 from igorkasyanchuk/master
Rafael França
2016-08-16
1
-2
/
+2
|
\
|
*
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
1
-2
/
+2
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
|
/
[next]