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 frozen string literal in actionpack/
Kir Shatrov
2017-07-29
10
-0
/
+20
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
10
-10
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
10
-0
/
+10
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
10
-0
/
+10
*
|
Fallback Parameters#to_s to Hash#to_s
Kir Shatrov
2017-06-30
1
-0
/
+5
|
/
*
prepare for Minitest 6
utilum
2017-06-20
1
-1
/
+1
*
Pass block in ActionController::Parameters#delete
Eugene Kenny
2017-05-10
1
-0
/
+21
*
Add test case to make sure we can implicit convert a Parameters to a Hash
Rafael Mendonça França
2017-04-20
1
-0
/
+7
*
Use the right assetions to better error messages
Rafael Mendonça França
2017-04-18
1
-7
/
+7
*
Add test to make sure that to_unsafe_h don't mutate the target
Rafael Mendonça França
2017-04-18
1
-0
/
+10
*
Add ActionController::Parameters#to_hash to implict conversion
Rafael Mendonça França
2017-04-18
1
-0
/
+26
*
Raise exception when calling to_h in a unfiltered Parameters
Rafael Mendonça França
2017-04-18
1
-15
/
+4
*
Test the correct object
Rafael Mendonça França
2017-04-18
1
-1
/
+1
*
Add aliases for reverse_merge to with_defaults
Matt Casper
2017-03-29
1
-0
/
+16
*
Fix test that was asserting the wrong thing
Rafael Mendonça França
2017-03-21
1
-1
/
+1
*
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
|
\
[next]