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
/
parameters_permit_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
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
*
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
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-2
/
+10
*
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
1
-5
/
+5
|
/
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-0
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-9
/
+9
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-42
/
+42
*
Remove duplicate test and fix a typo in the test
Prathamesh Sonpatki
2016-07-12
1
-5
/
+0
*
`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
*
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-0
/
+21
*
test `include?`- fix typo
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
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
*
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
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-2
/
+0
*
Add AC::Parameters#to_unsafe_h
Prem Sichanugrist
2014-12-12
1
-0
/
+6
*
Seperate Parameters accessors and mutators tests
Prem Sichanugrist
2014-08-18
1
-57
/
+0
*
Add missing `Hash` methods to `AC::Parameters`
Prem Sichanugrist
2014-08-18
1
-0
/
+21
*
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+39
*
adds some details to the rationale of converted_arrays [ci skip]
Xavier Noria
2014-06-07
1
-1
/
+1
*
adds a regression test for the strong params converted arrays cache
Xavier Noria
2014-06-07
1
-1
/
+18
*
Revert "Convert StrongParameters cache to a hash. This fixes an unbounded"
Xavier Noria
2014-06-07
1
-1
/
+1
*
Convert StrongParameters cache to a hash. This fixes an unbounded
Ryan Davis
2014-06-03
1
-1
/
+1
*
AC::Parameters#permit! permits hashes in array values
Xavier Noria
2013-12-23
1
-3
/
+11
*
optimizes array conversion in AC::Parameters
Xavier Noria
2013-12-21
1
-0
/
+5
[next]