aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge pull request #32708 from bdewater/base64-screenshotAndrew White2018-04-241-1/+1
|\ \ \
| * | | Use strict_encode64 instead of gsub newline for ScreenshotHelperBart de Water2018-04-231-1/+1
* | | | Use the same tag as other views to display the error messageyuuji.yaginuma2018-04-231-1/+1
|/ / /
* | | Fix Style/RedundantReturn offensesBart de Water2018-04-212-2/+2
* | | Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-203-5/+29
|\ \ \
| * | | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-203-5/+29
* | | | Merge pull request #32665 from albertoalmagro/fix-typos-filter-parametersRafael França2018-04-201-2/+2
|\ \ \ \
| * | | | [ci skip] Fix doc typos ActionDispatch::Http::FilterParametersAlberto Almagro2018-04-201-2/+2
* | | | | Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-1/+23
|/ / / /
* | | | Remove unused literal introduced in #32602Andrew White2018-04-181-1/+0
* | | | Pass nonce to CSP policy from outsideAndrew White2018-04-181-31/+24
* | | | Output only one nonce in CSP header per requestAndrey Novikov2018-04-171-17/+30
* | | | Fix broken nodocsChris Arcand2018-04-131-1/+1
* | | | Add WebSocket URI support to CSP DSL mappingsStephen Solis2018-04-121-1/+3
* | | | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* | | | Only disable headless chrome gpu on WindowsStefan Wrobel2018-04-071-1/+1
* | | | Add changelog entry for #32446bogdanvlviv2018-04-061-2/+2
* | | | Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+8
* | | | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | | Make engine check more explicitAndrew White2018-03-251-6/+9