aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-0/+45
|\ \ \
| * | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-0/+45
* | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2311-19/+18
| |/ / |/| |
* | | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-1/+1
|\ \ \
| * | | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-1/+1
* | | | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10
| |/ / |/| |
* | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-292-6/+3
|\ \ \
| * | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-4/+1
| * | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-2/+2
| * | | Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* | | | Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
* | | | Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
|/ / /
* | | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-6/+6
* | | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-1/+1
| |/ |/|
* | add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
* | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-13/+30
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-285-10/+10
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-2/+2
|\ \
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | | Rails guides are now served over httpsPaul McMahon2018-07-243-4/+4
* | | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+5
* | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2Kasper Timm Hansen2018-07-209-62/+109
|\ \ \
| * | | Show nested exceptions on the debug viewYuki Nishijima2018-07-159-62/+109
* | | | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-1/+1
|/ / /
* / / Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
|/ /
* | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-3/+4
* | Merge pull request #33054 from jboler/masterRafael França2018-07-031-0/+1
|\ \
| * | Only build routes simulator when there is an ASTJonathan Boler2018-06-041-0/+1
* | | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-1/+5
* | | Remove reference to session_store.rb initializerJustin Searls2018-06-121-1/+1
* | | Fix bug with eager_load in development environmentDan Jensen2018-06-111-1/+1
|/ /
* / Remove 7 years old note-to-self by tenderloveutilum2018-05-221-2/+0
|/
* Merge pull request #29955 from padi/update_actiondispatch_integration_docsRyuta Kamizono2018-05-041-0/+6
|\
| * Updates (rdoc) documentation on ActionDispatch::Integration::Session#processMarc Rendl Ignacio2017-07-271-0/+6
* | Add support for prefetch-src directiveyuuji.yaginuma2018-05-031-0/+1