aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-97/+75
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+160
* 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-201-3/+13
* Use request object for context if there's no controllerAndrew White2018-10-221-2/+8
* Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-2/+2
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-41/+3
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-10/+9
* Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-0/+16
|\
| * Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-0/+16
* | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-0/+15
|/
* Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-263-4/+4
|\
| * Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-253-4/+4
* | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-252-9/+10
|/
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-0/+37
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-0/+37
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-4/+4
* | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-0/+15
|\ \ | |/ |/|
| * Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-0/+15
* | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-2/+5
* | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+1
|\ \
| * | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+1
* | | Changelog for the new purpose metadata and improved testsAssain2018-08-131-8/+4
|/ /
* | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+166
* | Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-4/+0
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-1/+5
|\ \
| * | Turn on performance based copsDillon Welch2018-07-231-1/+5
* | | Rails guides are now served over httpsPaul McMahon2018-07-241-5/+5
|/ /
* | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+6
* | Show nested exceptions on the debug viewYuki Nishijima2018-07-152-15/+80
|/
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-132-3/+3
* Add support for prefetch-src directiveyuuji.yaginuma2018-05-031-0/+6
* Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-0/+24
* Replace `assert !` with `assert_not`Daniel Colson2018-04-196-11/+11
* Pass nonce to CSP policy from outsideAndrew White2018-04-181-21/+72
* Output only one nonce in CSP header per requestAndrey Novikov2018-04-171-5/+23
* Add WebSocket URI support to CSP DSL mappingsStephen Solis2018-04-121-0/+6
* Partially revert 0bfdd1dyuuji.yaginuma2018-04-071-1/+5
* Fix broken `ServerTest` with Capybara 3.0.0yuuji.yaginuma2018-04-061-5/+1
* Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-1/+1
|\
| * Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* | Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+12
|/
* Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-221-1/+10
* Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-151-0/+8
* Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...Kasper Timm Hansen2018-03-131-14/+15
* Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-11/+11
* Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-5/+10
|\
| * Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-5/+10