aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add support for script-src-attr / elem and style-src-attr / elem directivesyuuji.yaginuma2019-07-181-0/+4
* Merge pull request #36691 from Edouard-chin/ec-system-test-routeRafael França2019-07-172-6/+13
|\
| * Don't include routes helpers inside System test class:Edouard CHIN2019-07-162-6/+13
* | Reuse the exception class name in all places in the wrapperRafael Mendonça França2019-07-161-3/+4
* | Make the selent exceptions configurable on the exception wrapperRafael Mendonça França2019-07-161-1/+5
* | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-162-3/+7
|\ \ | |/ |/|
| * Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-282-3/+7
* | No Woman, No tryAkira Matsuda2019-07-121-1/+0
* | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-102-0/+169
* | Fix Browser#preload for older SeleniumJohn Hawthorn2019-07-041-2/+12
* | Preload browser driver_path for system testingJohn Hawthorn2019-07-033-0/+16
* | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-9/+20
* | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-212-1/+14
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1336-49/+0
* | Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-013-4/+9
|/
* remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-7/+1
* Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructorAlberto Almagro2019-05-221-14/+17
* Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-222-5/+8
* Keep part when scope option has valueAlberto Almagro2019-05-223-11/+13
* Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...Gannon McGibbon2019-05-182-0/+69
|\
| * Implement dark color scheme for rescues layoutChris Seelus2019-05-182-0/+69
* | Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
* | Permit running jobs in system testsGeorge Claghorn2019-05-164-30/+11
|/
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-2/+13
* Auto-correct `Style/RedundantBegin` offenceRyuta Kamizono2019-05-081-5/+3
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-075-4/+14
* Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-5/+7
* Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-191-1/+2
|\
| * truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-1/+2
* | Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-2/+2
* | Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-191-1/+1
* | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-13/+11
* | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-1/+1
* | Introduce Actionable ErrorsGenadi Samokovarov2019-04-197-2/+70
|/
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-1/+2
|\
| * mounted routes with non-word charactersxithan2019-04-151-1/+2
* | Merge pull request #35919 from Shopify/simplify-define_url_helperRafael França2019-04-111-12/+10
|\ \
| * | Simplify and fasten NamedRouteCollection#define_url_helperJean Boussier2019-04-101-12/+10
| |/
* / Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+4
|/
* `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* Deduplicate strings held by the routerJean Boussier2019-04-031-3/+7
* [ci skip] Doc for shallow: false options should use <tt> for better readabili...Abhay Nikam2019-04-031-1/+1
* Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-1/+4
|\
| * Honor shallow: false on nested resourcesDylan Waits2016-04-031-1/+4
* | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1