aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-301-4/+2
* Fix system testing failureRyuta Kamizono2019-01-301-8/+11
* Rename methods and update docsEileen Uchitelle2019-01-293-19/+23
* driver_option -> driver_optionsEdouard CHIN2019-01-292-7/+7
* Implement a way to add browser capabilities:Edouard CHIN2019-01-293-10/+40
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-242-11/+15
* Merge pull request #34994 from schuetzm/host-authorization-only-in-developmentRafael França2019-01-242-4/+4
|\
| * Recommend adding the requested domain to hosts whitelist only in developmentMarc Schütz2019-01-232-4/+4
* | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-1/+8
|\ \ | |/ |/|
| * Only cache the view_context_class in one placeAaron Patterson2019-01-181-1/+8
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-172-39/+1
* | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-27/+0
* | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-162-0/+5
|/
* Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-4/+6
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-24/+16
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* Merge branch 'master' into host-authorizationEileen M. Uchitelle2018-12-171-6/+5
|\
| * Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-6/+5
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-155-41/+169
|/
* 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
* Remove unnecessary variable routeAlberto Almagro2018-12-021-11/+2
* Avoid extra array allocationsSamuel Cochran2018-11-291-2/+2
* Log exceptions atomicallySamuel Cochran2018-11-281-5/+8
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-4/+2
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-191-2/+8
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-131-3/+9
* | Remove unused `Journey::Router::RoutingError`yuuji.yaginuma2018-11-181-3/+0
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-134-7/+21
* | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-2/+5
* | Use request object for context if there's no controllerAndrew White2018-10-221-1/+2
* | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-1/+2
* | 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
* | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-082-84/+9
|/ /
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-033-47/+14
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-4/+0
|\ \
| * | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-4/+0
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2919-82/+82
* | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-1/+1
|\ \ \
| * | | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-1/+1
* | | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-1/+13
|/ / /
* | | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-2/+4
* | | Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-251-0/+22
* | | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-253-14/+44
* | | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+5
|\ \ \
| * | | Add hack to deal with warningsAaron Patterson2018-09-241-1/+1
| * | | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+5