aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Render default template if block doesn't renderJustin Coyne2016-02-251-0/+15
* | | | Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+20
* | | | Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+6
* | | | Remove http_cache_forever's version parameterJean Boussier2016-03-051-9/+1
| |_|/ |/| |
* | | Deprecate :controller and :action path parametersAndrew White2016-03-0119-114/+292
|/ /
* | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-252-35/+83
* | Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* | Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+9
* | remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* | Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-1/+1
* | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* | Make per form token work when method is not providedRafael Mendonça França2016-02-221-2/+16
* | Merge pull request #23752 from vipulnsward/23524-fix-button_to_deleteRafael Mendonça França2016-02-221-48/+60
|\ \
| * | Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...Vipul A M2016-02-221-70/+38