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
...
*
|
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
|
/
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-18
/
+18
*
Move the YAML hook closer to `init_with`.
Kasper Timm Hansen
2016-08-02
1
-8
/
+9
*
Replace implicit formats with a case statement.
Kasper Timm Hansen
2016-08-02
1
-7
/
+8
*
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
[prev]
[next]