aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/json_params_parsing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* middlewares should use logger from envlest2011-11-251-10/+6
* Remove unreachable code, and add additional testcases.kennyj2011-11-241-0/+12
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+53
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Disable ShowExceptions during integration testsJoshua Peek2010-01-191-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-0/+1
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-151-4/+24
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+45