| Commit message (Expand) | Author | Age | Files | Lines |
* | Check `request.path_parameters` encoding at the point they're set | Grey Baker | 2016-07-14 | 2 | -16/+18 |
* | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i... | Matthew Draper | 2016-07-14 | 1 | -0/+9 |
|\ |
|
| * | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static | Grey Baker | 2016-07-13 | 1 | -0/+9 |
* | | Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp... | Rafael França | 2016-07-13 | 2 | -10/+45 |
|\ \ |
|
| * | | Fix adding implicitly rendered namespaced template digests to ETags | Javan Makhmali | 2016-07-13 | 2 | -10/+45 |
| |/ |
|
* | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parser | Kasper Timm Hansen | 2016-07-13 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Let TestResponse assign a parser. | Kasper Timm Hansen | 2016-07-10 | 1 | -0/+8 |
* | | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper` | Grey Baker | 2016-07-12 | 1 | -0/+6 |
* | | Remove duplicate test and fix a typo in the test | Prathamesh Sonpatki | 2016-07-12 | 2 | -6/+1 |
* | | Merge pull request #25735 from timrogers/actioncontroller-parameters-dup | Matthew Draper | 2016-07-12 | 1 | -0/+43 |
|\ \
| |/
|/| |
|
| * | Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy... | Tim Rogers | 2016-07-08 | 1 | -1/+19 |
| * | Changes to a dupped `ActionController::Parameters` mutate the original | Tim Rogers | 2016-07-07 | 1 | -0/+25 |
* | | Add tests for 1xx, 204 and 304 responses to response_test.rb | Masaru Nomura | 2016-07-09 | 1 | -0/+20 |
|/ |
|
* | Deprecate usage of nil as route path | Volmer | 2016-07-05 | 1 | -0/+7 |
* | Merge pull request #24177 from vipulnsward/rename-test | Rafael França | 2016-07-01 | 1 | -1/+1 |
|\ |
|
| * | - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha... | Vipul A M | 2016-03-13 | 1 | -1/+1 |
* | | Ensure logging on exceptions only includes what we expect | Matthew Draper | 2016-07-02 | 1 | -0/+23 |
* | | Merge pull request #25544 from piotrj/pj-issue-25488 | Rafael França | 2016-06-28 | 1 | -0/+12 |
|\ \ |
|
| * | | Fix setting route's to in a scope | Piotr Jakubowski | 2016-06-28 | 1 | -0/+12 |
* | | | Fix adding implicitly rendered template digests to ETags | Javan Makhmali | 2016-06-28 | 2 | -10/+36 |
|/ / |
|
* | | Merge pull request #25123 from bf4/remove_problematic_mime_test | Rafael França | 2016-06-27 | 1 | -3/+3 |
|\ \ |
|
| * | | Modifies mime-registration test not to interfere with real mime types | Benjamin Fleischer | 2016-05-23 | 1 | -3/+3 |
* | | | Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parameters | Kasper Timm Hansen | 2016-06-25 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | make `as` option work with get parameters | yuuji.yaginuma | 2016-06-25 | 1 | -0/+14 |
* | | | | `params.permitted?` is false by default | Jon Moss | 2016-06-23 | 1 | -0/+6 |
|/ / / |
|
* | | | render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308) | Brandon Medenwald | 2016-06-09 | 1 | -0/+7 |
* | | | existant => existent | Abhishek Jain | 2016-06-09 | 1 | -2/+2 |
* | | | Prevent `{ internal: true }` from being stored in the router | Jon Moss | 2016-06-07 | 1 | -0/+30 |
* | | | Add regression test to `as` option. | Kasper Timm Hansen | 2016-06-07 | 1 | -0/+16 |
* | | | Use `#performed?` to terminate controller callbacks | Jeff Kreeftmeijer | 2016-06-03 | 1 | -0/+15 |
* | | | Merge pull request #25236 from rajatbansal93/fix-typo | Arun Agrawal | 2016-06-01 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | fix typo | Rajat Bansal | 2016-06-01 | 1 | -5/+5 |
* | | | | Clean up the test request/response even after an exception | Matthew Draper | 2016-06-01 | 1 | -0/+24 |
* | | | | More Action Pack `abstract_unit` cleanup (#25211) | Jon Moss | 2016-05-31 | 4 | -28/+23 |
|/ / / |
|
* / / | Move `Workshop` class definition | Jon Moss | 2016-05-30 | 2 | -18/+18 |
|/ / |
|
* | | Respect `log_warning_on_csrf_failure` setting for all CSRF failures | Matthew Caruana Galizia | 2016-05-23 | 1 | -0/+31 |
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 3 | -4/+4 |
* | | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -30/+1 |
* | | Document and test ActionDispatch server_port | Tom Kadwill | 2016-05-12 | 1 | -0/+11 |
* | | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port | Kasper Timm Hansen | 2016-05-11 | 1 | -0/+20 |
|\ \ |
|
| * | | Improve documentation and tests for raw_host_with_port and host_with_port | Tom Kadwill | 2016-05-11 | 1 | -0/+20 |
* | | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format | Santiago Pastorino | 2016-05-11 | 1 | -32/+50 |
|\ \ \ |
|
| * | | | API only apps: Preserve request format for HTML requests too | Prathamesh Sonpatki | 2016-05-11 | 1 | -32/+50 |
* | | | | Make flash messages cookie compatible with Rails 4 | Rafael Mendonça França | 2016-05-06 | 1 | -2/+2 |
* | | | | Merge pull request #24896 from prathamesh-sonpatki/api-cleanup | Guillermo Iguaran | 2016-05-06 | 1 | -7/+0 |
|\ \ \ \ |
|
| * | | | | BoomerAPI is not used anywhere, so removed it! | Prathamesh Sonpatki | 2016-05-06 | 1 | -7/+0 |
| |/ / / |
|
* | | | | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r... | Sean Griffin | 2016-05-06 | 3 | -2/+36 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fixes #23964 | Ryan T. Hosford | 2016-03-13 | 3 | -2/+36 |
* | | | | Implement helpers proxy in controller instance level | Rafael Mendonça França | 2016-05-05 | 1 | -0/+16 |
* | | | | Ensure compatibility between ActionDispatch::Request::Session and Rack | Jon Moss | 2016-05-04 | 1 | -0/+26 |