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
...
*
|
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
|
/
*
Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2
Kasper Timm Hansen
2015-12-31
1
-0
/
+8
|
\
|
*
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-0
/
+8
*
|
Fix test for AC::Parameters#to_unsafe_h
Prathamesh Sonpatki
2015-12-30
1
-2
/
+2
|
/
*
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-0
/
+6
*
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-0
/
+28
*
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-4
/
+4
*
Remove skip on tests that have been fixed.
Guo Xiang Tan
2015-10-24
1
-4
/
+0
*
Removed duplicate requiring minitest/mock as it is already required in method...
Ronak Jangir
2015-08-26
1
-1
/
+0
*
Fix state being carried over from previous transaction
Roque Pinel
2015-07-20
1
-1
/
+1
*
Fix exception overwritten for parameters fetch method
Roque Pinel
2015-07-18
1
-0
/
+13
*
Skip a few failing tests on JRuby with the attached tickets
Robin Dupret
2015-07-17
1
-0
/
+4
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
2
-3
/
+1
*
Return super in ActionController::Parameters.const_missing
Shuhei Kagawa
2015-03-28
1
-1
/
+8
[prev]
[next]