aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ / /
* | | Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* | | Raise an error on root route naming conflicts.Gannon McGibbon2018-11-203-7/+22
* | | Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-192-2/+30
|\ \ \
| * | | :only and :except are now chained for routing resource(s)Michael Colavita2015-07-133-3/+40
* | | | Remove unused `Journey::Router::RoutingError`yuuji.yaginuma2018-11-181-3/+0
* | | | Allow rescue from parameter parse errorsGannon McGibbon2018-11-138-8/+95
* | | | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-132-2/+12
* | | | Fix broken CHANGELOG markup [ci skip]Ryuta Kamizono2018-11-081-3/+3
* | | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | | | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | | | Merge pull request #34314 from bf4/patch-2Gannon McGibbon2018-10-301-1/+1
|\ \ \ \
| * | | | ActionController::API *does* support cookies, sessionsBenjamin Fleischer2018-10-251-1/+1
* | | | | We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
|/ / / /
* | | | Use request object for context if there's no controllerAndrew White2018-10-223-3/+20
* | | | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-223-3/+21
* | | | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-153-3/+11
* | | | Remove invalid magic comment [ci skip]Yoshiyuki Kinjo2018-10-111-2/+0
* | | | Merge pull request #34109 from bogdanvlviv/follow-up-34064Eileen M. Uchitelle2018-10-101-21/+0
|\ \ \ \
| * | | | Follow up #34064bogdanvlviv2018-10-061-21/+0
* | | | | Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+5
* | | | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-084-125/+16
|/ / / /
* | | | Don't use deprecated `Module#parents`yuuji.yaginuma2018-10-051-1/+1
* | | | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-038-67/+32
* | | | Fix call sitesGannon McGibbon2018-10-022-2/+2
* | | | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-013-5/+5
|\ \ \ \
| * | | | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-203-5/+5