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
...
*
|
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
*
Never treat action or controller as unpermitted params
David Heinemeier Hansson
2013-01-08
1
-0
/
+10
*
Rename the last occurrence of UnexpectedParameters
Rafael Mendonça França
2013-01-05
1
-2
/
+2
*
Rename the configuration to raise_on_unpermitted_parameters
Rafael Mendonça França
2013-01-05
1
-4
/
+4
*
Allow developers to enable raising of exception when unexpected params are pr...
Thomas Drake-Brockman
2013-01-05
1
-0
/
+33
*
hash filters should be accessed with symbols or strings
Francesco Rodriguez
2012-11-30
1
-0
/
+25
*
Test that permitted? is sticky on accessors, mutators, and merges
Benjamin Quorning
2012-11-06
1
-0
/
+24
*
Test that not permitted is sticky on #except
Benjamin Quorning
2012-11-06
1
-0
/
+1
*
Current tests are testing stickiness of non-permitted parameters
Benjamin Quorning
2012-11-06
1
-3
/
+3
*
Fix buggy tests
Benjamin Quorning
2012-11-06
1
-4
/
+4
*
No need for the debugger
David Heinemeier Hansson
2012-10-31
1
-1
/
+0
*
Allow #permit to take its list of permitted parameters as an array
David Heinemeier Hansson
2012-10-31
1
-0
/
+5
*
Permit string and float values in the multiparameter attributes
Rafael Mendonça França
2012-10-18
1
-9
/
+14
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
When executing permit with just a key that points to a hash, DO NOT allow all...
Santiago Pastorino
2012-10-12
1
-1
/
+5
*
Allow parameter filters to match multi-parameter attributes
Rafael Mendonça França
2012-10-05
1
-0
/
+33
*
ActionController::Parameters#permit! is recursive
Brendan Loudermilk
2012-10-04
1
-0
/
+7
*
Correct parameter access.
Philip Arndt
2012-09-19
1
-1
/
+1
*
Support fields_for attributes, which may have numeric symbols as hash keys
Guillermo Iguaran
2012-09-16
1
-0
/
+18
*
Add config.action_controller.permit_all_attributes to bypass StrongParameters...
Guillermo Iguaran
2012-09-16
1
-0
/
+14
*
Change tainted/untainted wording to permitted/forbidden
Guillermo Iguaran
2012-09-16
1
-1
/
+1
*
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
1
-4
/
+2
*
require abstract_unit in parameters tests
Guillermo Iguaran
2012-09-16
3
-0
/
+3
*
Integrate ActionController::Parameters from StrongParameters gem
Guillermo Iguaran
2012-09-16
3
-0
/
+163
[prev]