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
*
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
*
Add AC::Parameters#to_unsafe_h
Prem Sichanugrist
2014-12-12
1
-0
/
+6
*
Fix failing test on several methods on Parameter
Prem Sichanugrist
2014-08-18
2
-2
/
+11
*
Seperate Parameters accessors and mutators tests
Prem Sichanugrist
2014-08-18
3
-57
/
+215
*
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
*
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
1
-0
/
+29
|
\
|
*
Improvements per code review.
Rafael Chacón
2014-06-27
1
-0
/
+29
*
|
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
*
|
Simple Sungularize ActionController::UnpermittedParameters error in case when...
Serj L
2014-02-24
1
-4
/
+26
*
|
unify param.require tests
Arthur Neves
2014-01-23
1
-10
/
+0
*
|
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
*
|
converts hashes in arrays of unfiltered params to unpermitted params [fixes #...
Xavier Noria
2013-12-21
1
-0
/
+7
*
|
Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...
Guillermo Iguaran
2013-11-02
1
-7
/
+1
*
|
Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...
Guillermo Iguaran
2013-11-01
1
-1
/
+7
|
\
\
|
*
|
Change ActionController::Parameters#require behavior when value is empty
Sebastian Sogamoso
2013-03-11
1
-1
/
+7
*
|
|
don't mutate hash with fetch
Doug Cole
2013-10-26
1
-0
/
+6
|
|
/
|
/
|
*
|
Strong parameters should permit nested number as key. Closes #12293
kennyj
2013-09-27
1
-0
/
+15
*
|
do not break params filtering on nil values
Vasiliy Ermolovich
2013-09-07
1
-0
/
+9
|
/
*
Rack::Test::UploadedFile is a permitted scalar
Fabio Kreusch
2013-02-21
1
-1
/
+2
*
ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]
Xavier Noria
2013-01-23
1
-1
/
+2
*
Lets kepp using Ruby 1.9 syntax
Rafael Mendonça França
2013-01-22
2
-37
/
+37
*
Add missing assert calls
Carlos Antonio da Silva
2013-01-20
1
-2
/
+2
*
strong parameters filters permitted scalars
Xavier Noria
2013-01-20
2
-17
/
+164
*
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
2
-8
/
+8
*
Added ability to raise or log on unpermitted params.
Thomas Drake-Brockman
2013-01-20
2
-0
/
+83
*
Revert "unpermitted params" exception -- it's just not going to work. See the...
David Heinemeier Hansson
2013-01-08
1
-43
/
+0
[next]