aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-226-77/+19
|\
| * Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-226-77/+19
* | Merge pull request #35020 from alkesh26/ationpack-typo-fixesRafael França2019-01-223-6/+6
|\ \
| * | 1. Replaced unused variables by `_`.alkesh262019-01-223-6/+6
| |/
* | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-224-59/+11
|\ \ | |/ |/|
| * Only cache the view_context_class in one placeAaron Patterson2019-01-181-1/+8
| * Remove args from `default_render`Aaron Patterson2019-01-172-3/+3
| * Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
* | Changed webserver to web server.alkesh262019-01-221-1/+1
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-176-229/+19
* | Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-1/+0
* | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-173-27/+4
* | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-173-34/+7
* | Update the promisse that ActionController::TestCase will be extractedRafael Mendonça França2019-01-171-1/+1
* | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-177-29/+87
* | Merge pull request #34944 from dasch/patch-7Rafael França2019-01-161-0/+8
|\ \
| * | Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
| |/
* / Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-165-5/+14
|/
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-092-4/+4
* Merge pull request #34894 from hahmed/tames-params-wrapper-errorsKasper Timm Hansen2019-01-091-16/+17
|\
| * Capture parsing errors for ActionController::ParamsWrapper#process_actionHaroon Ahmed2019-01-081-16/+17
* | Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-072-4/+16
|/
* Remove mention about `Test::Unit::TestCase` [ci skip]bogdanvlviv2019-01-021-3/+0
* Bump license years for 2019Arun Agrawal2018-12-313-3/+3
* Import Action MailboxGeorge Claghorn2018-12-251-12/+11
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-2112-176/+132
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-214-7/+7
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-202-4/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2.Kasper Timm Hansen2018-12-181-4/+0
* Merge pull request #34737 from r7kamura/feature/test-case-params-nilKasper Timm Hansen2018-12-183-2/+18
|\
| * Allow nil params on controller HTTP test methodsr7kamura2018-12-183-2/+18
* | More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
|/
* Merge branch 'master' into host-authorizationEileen M. Uchitelle2018-12-173-6/+37
|\
| * Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-163-6/+37
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-158-41/+341
|/
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-79/+79
* Expand metaprogramming for Symbol, Slash and Dot.Alberto Almagro2018-12-071-6/+7
* colorize the unpermitted params log messageblahed2018-12-031-1/+1
* Remove unnecessary variable routeAlberto Almagro2018-12-021-11/+2
* Merge pull request #34554 from sj26/group-exception-logsRafael França2018-11-281-5/+8
|\
| * Avoid extra array allocationsSamuel Cochran2018-11-291-2/+2
| * Log exceptions atomicallySamuel Cochran2018-11-281-5/+8
* | Add autoload hook for AbstractController::ActionNotFoundRafael Mendonça França2018-11-281-0/+1
* | Use `Testing::Parallelization` in Action Packs's testyuuji.yaginuma2018-11-281-77/+1
|/