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
/
dispatch
/
request
/
json_params_parsing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-1
/
+1
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-4
/
+4
*
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-2
/
+2
*
test boolean and number json param parsing
Arthur Neves
2014-01-23
1
-0
/
+7
*
Use Request#raw_post instead Request#body
Paul Nikitochkin
2013-07-08
1
-0
/
+7
*
Replace multi_json with json
Erik Michaels-Ober
2013-05-11
1
-1
/
+1
*
Fix failing AP test
Carlos Antonio da Silva
2013-05-01
1
-1
/
+1
*
Fix json params parsing regression for non-object JSON content.
Dylan Smith
2013-01-11
1
-0
/
+7
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
1
-0
/
+15
*
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
1
-15
/
+0
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-07
1
-0
/
+15
*
Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...
Szymon Nowak
2012-08-27
1
-1
/
+2
*
Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.
Szymon Nowak
2012-08-24
1
-1
/
+2
*
Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...
Szymon Nowak
2012-08-24
1
-1
/
+1
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-2
/
+2
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
1
-1
/
+1
*
middlewares should use logger from env
lest
2011-11-25
1
-10
/
+6
*
Remove unreachable code, and add additional testcases.
kennyj
2011-11-24
1
-0
/
+12
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
1
-0
/
+53
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Disable ShowExceptions during integration tests
Joshua Peek
2010-01-19
1
-1
/
+1
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-1
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
1
-0
/
+1
*
Adding a call to logger from params_parser to give detailed debug information...
Jay Pignata
2009-08-15
1
-4
/
+24
*
Move dispatch related tests into test/dispatch
Joshua Peek
2009-01-28
1
-0
/
+45