aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1318-24/+0
* Bump rubocop to 0.71Abhay Nikam2019-06-061-2/+0
* Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+2
* Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0110-76/+76
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-222-0/+18
* Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-201-2/+14
|\
| * Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-2/+14
|/
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-2/+28
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-1/+1
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1
* Always reject files external to appJohn Hawthorn2019-04-032-9/+12
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-014-7/+7
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-303-9/+21
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-273-9/+21
* | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-0/+13
|/
* Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcdRafael Mendonça França2019-03-191-3/+4
* Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
* Only accept formats from registered mime typesJohn Hawthorn2019-03-102-6/+18
* Pass the template format to the digestorAaron Patterson2019-02-151-11/+14
* Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-223-42/+12
|\
| * Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-223-42/+12
* | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-55/+0
|\ \ | |/ |/|
| * Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-172-3/+10
* | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-8/+0
* | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-173-12/+42
* | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-162-1/+9
|/
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-092-4/+4
* Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-0/+10
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-50/+38
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* Merge pull request #34737 from r7kamura/feature/test-case-params-nilKasper Timm Hansen2018-12-181-0/+12
|\
| * Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+12
* | More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
|/
* Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-191-0/+22
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-131-0/+22
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-132-0/+60
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-2/+6
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-4/+3
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-1/+1
|\ \
| * | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-1/+1
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* | | Merge pull request #33979 from lzap/masterRafael França2018-09-271-0/+18
|\ \ \