| Commit message (Expand) | Author | Age | Files | Lines |
* | middlewares should use logger from env | lest | 2011-11-25 | 2 | -20/+12 |
* | Remove unreachable code, and add additional testcases. | kennyj | 2011-11-24 | 2 | -0/+24 |
* | Multipart is now fixed in Rack. | José Valim | 2011-05-03 | 1 | -14/+8 |
* | Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash | Prem Sichanugrist | 2011-05-03 | 2 | -0/+91 |
* | if it walks like a duck and talks like a duck, it must be a duck | Aaron Patterson | 2010-10-04 | 1 | -7/+0 |
* | Change test to avoid warnings. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
* | undef method if already defined. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 5 | -5/+5 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 5 | -5/+5 |
* | Fix several known web encoding issues: | wycats | 2010-06-27 | 1 | -0/+23 |
* | Upgrade to Rack 1.2.1 | Jeremy Kemper | 2010-06-27 | 1 | -8/+14 |
* | Ruby 1.9: fix invalid rack response in test | Jeremy Kemper | 2010-05-15 | 1 | -1/+1 |
* | Fix parsing xml input by ActionDispatch::ParamsParser | Lawrence Pit | 2010-05-06 | 1 | -0/+13 |
* | Disable ShowExceptions during integration tests | Joshua Peek | 2010-01-19 | 2 | -2/+2 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -1/+1 |
* | Ruby 1.9: resolve constant lookup issues | Jeremy Kemper | 2009-11-04 | 4 | -6/+6 |
* | Start rewriting some internal tests to use the new routing dsl | Joshua Peek | 2009-10-20 | 4 | -4/+4 |
* | Add custom "with_routing" to internal tests to fix reseting session after using | Joshua Peek | 2009-10-03 | 5 | -5/+0 |
* | Reset session in integration tests after changing routes to reload the middle... | Joshua Peek | 2009-08-27 | 5 | -0/+5 |
* | Adding a call to logger from params_parser to give detailed debug information... | Jay Pignata | 2009-08-15 | 2 | -5/+40 |
* | Remove legacy processing and content_length | Yehuda Katz | 2009-08-02 | 1 | -2/+0 |
* | Can't please them all | Jeremy Kemper | 2009-04-27 | 1 | -2/+1 |
* | Sufficient to test that multipart/mixed wasn't parsed to a hash | Jeremy Kemper | 2009-04-27 | 1 | -1/+1 |
* | Remove RewindableInput middleware since all input MUST be rewindable accordin... | Joshua Peek | 2009-04-25 | 2 | -99/+0 |
* | Remove vendored version of Rack | Joshua Peek | 2009-04-25 | 1 | -1/+1 |
* | Always buffer rack.input if it is not rewindable | Mislav Marohnić | 2009-04-17 | 2 | -0/+2 |
* | Improve rewindable input test coverage so tests fail when you remove the midd... | Mislav Marohnić | 2009-04-17 | 2 | -4/+2 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 2 | -37/+1 |
* | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 5 | -0/+696 |