aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in actionpack/testXavier Noria2016-08-0684-2649/+2649
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-0/+16
* Fix wrong assignment.Kasper Timm Hansen2016-08-021-4/+5
* Set `always_permitted_parameters`.Kasper Timm Hansen2016-08-021-0/+9
* Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-021-2/+15
* Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-011-0/+32
* Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14
* Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+8
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-19/+0
* Be more explicit with the expected resultSantiago Pastorino2016-07-261-1/+1
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-0/+19
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+11
* Make sure the tests setup are made correctlyRafael Mendonça França2016-07-171-9/+9
* Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-131-10/+44
* Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
* Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-081-1/+19
* Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-071-0/+25
* Merge pull request #24177 from vipulnsward/rename-testRafael França2016-07-011-1/+1
|\
| * - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...Vipul A M2016-03-131-1/+1
* | Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-281-10/+35
* | Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parametersKasper Timm Hansen2016-06-251-0/+14
|\ \
| * | make `as` option work with get parametersyuuji.yaginuma2016-06-251-0/+14
* | | `params.permitted?` is false by defaultJon Moss2016-06-231-0/+6
|/ /
* | render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-0/+7
* | Add regression test to `as` option.Kasper Timm Hansen2016-06-071-0/+16
* | Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-031-0/+15
* | Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-0/+24
* | More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-312-1/+21
* | Move `Workshop` class definitionJon Moss2016-05-301-0/+18
* | Respect `log_warning_on_csrf_failure` setting for all CSRF failuresMatthew Caruana Galizia2016-05-231-0/+31
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-182-3/+3
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-30/+1
* | Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-2/+2
* | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-061-1/+2
|\ \
| * | Fixes #23964Ryan T. Hosford2016-03-131-1/+2
* | | Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-0/+16
* | | Add more info to insecure URL generation errorDerek Prior2016-04-261-2/+1
* | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-urlJeremy Daer2016-04-251-0/+13
|\ \ \
| * | | Discart the schema and host information when building the per-form tokenRafael Mendonça França2016-04-201-0/+13
* | | | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-2/+2
|\ \ \ \
| * | | | Refactor handling of :action default in routingAndrew White2016-02-161-2/+2
* | | | | Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-3/+5
* | | | | Fix ApplicationController.renderer.defaults.merge!Jon Moss2016-04-201-0/+8
| |/ / / |/| | |
* | | | Properly verify that cache accepts and user `expires` value.Vipul A M2016-04-171-1/+4
* | | | Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-0/+9
* | | | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* | | | Fixes #24239Ryan T. Hosford2016-04-041-0/+21
* | | | Strong ETag validatorsJeremy Daer2016-03-311-15/+43
| |_|/ |/| |
* | | Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-0/+33
* | | Merge pull request #22854 from jcoyne/missing_templateSean Griffin2016-03-111-0/+15
|\ \ \