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
/
test
/
controller
/
parameters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use correct value in `reverse_merge` test
yuuji.yaginuma
2017-03-11
1
-8
/
+4
*
Added `reverse_merge`/`reverse_merge!` to AC::Parameters:
Edouard CHIN
2017-03-09
1
-0
/
+29
*
Tests for delegated public methods on AC::Parameters
T.J. Schuck
2017-03-07
1
-0
/
+63
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-2
/
+10
*
Fix all rubocop violations
Rafael Mendonça França
2017-01-17
1
-1
/
+1
*
Added test to ensure that we dont break #to_h again when trying to restore th...
David Heinemeier Hansson
2017-01-16
1
-0
/
+5
*
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-5
/
+0
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
Fix style violations
Rafael Mendonça França
2016-11-14
1
-1
/
+1
*
significant speedup of AC::Parameters#permit
Xavier Noria
2016-11-12
1
-0
/
+5
*
adds support for arbitrary hashes in strong parameters
Xavier Noria
2016-11-11
1
-0
/
+33
*
Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters
Rafael França
2016-11-10
1
-0
/
+17
|
\
|
*
add `ActionController::Parameters#merge!`
yuuji.yaginuma
2016-10-18
1
-0
/
+17
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-7
/
+7
*
|
Soften this test since YAML.dump may produce keys in other orders.
Charles Oliver Nutter
2016-10-21
1
-6
/
+4
|
/
*
ActionController::Parameters#deep_dup (#26567)
Pavel Evstigneev
2016-10-11
1
-0
/
+22
*
Remove deprecated comparing support with `ActionController::Parameters`
Rafael Mendonça França
2016-10-10
1
-8
/
+0
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-0
/
+7
*
Merge pull request #26094 from igorkasyanchuk/master
Rafael França
2016-08-16
1
-4
/
+4
|
\
|
*
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
1
-4
/
+4
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
5
-14
/
+14
*
|
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
5
-18
/
+36
|
/
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-11
/
+11
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
6
-71
/
+35
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-6
/
+6
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
10
-111
/
+111
*
Fix wrong assignment.
Kasper Timm Hansen
2016-08-02
1
-4
/
+5
*
Set `always_permitted_parameters`.
Kasper Timm Hansen
2016-08-02
1
-0
/
+9
*
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+15
*
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+32
*
Remove duplicate test and fix a typo in the test
Prathamesh Sonpatki
2016-07-12
2
-6
/
+1
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-1
/
+19
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+25
*
Merge pull request #24177 from vipulnsward/rename-test
Rafael França
2016-07-01
1
-1
/
+1
|
\
|
*
- Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...
Vipul A M
2016-03-13
1
-1
/
+1
*
|
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+6
*
|
Filter scalar values when params permit hashes or arrays
Sean Griffin
2016-04-15
1
-0
/
+9
|
/
*
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
1
-0
/
+20
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-3
/
+13
*
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-2
/
+4
*
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-0
/
+33
*
Tests for AC::Parameters#==
Benjamin Quorning
2016-02-19
1
-0
/
+6
*
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-0
/
+21
*
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-0
/
+9
*
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-6
/
+0
*
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-0
/
+6
*
Merge pull request #22985 from akshay-vishnoi/fix-typo
Rafael França
2016-01-16
1
-1
/
+1
|
\
|
*
test `include?`- fix typo
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
|
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-0
/
+6
|
/
[next]