aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-1/+1
* | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-271-0/+4
|\ \
| * | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+4
* | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-263-3/+12
|/ /
* | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-191-1/+1
|\ \
| * | Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-1/+1
* | | Merge pull request #35669 from cpruitt/update-mime-type-regexpAaron Patterson2019-03-191-1/+4
|\ \ \
| * | | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-1/+4
* | | | Instrument middleware processingDaniel Schierbeck2019-03-191-1/+22
|/ / /
* | | Merge pull request #35358 from tjwallace/patch-1Eileen M. Uchitelle2019-03-191-0/+3
|\ \ \
| * | | Add documentation for the resource(s) :param optionJeff Wallace2019-02-211-0/+3
* | | | Raise exception when building invalid mime typeJohn Hawthorn2019-03-142-2/+11
| |/ / |/| |
* | | Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-3/+9
|\ \ \
| * | | Fix possible dev mode RCEAaron Patterson2019-03-101-3/+4
| * | | Only accept formats from registered mime typesJohn Hawthorn2019-03-101-0/+5
* | | | Show friendly message to install action mailbox if the related table does not...Prathamesh Sonpatki2019-03-122-0/+5
* | | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\ \ \ \
| * | | | ActionPack Proc.new without a blockutilum2019-02-131-2/+2
* | | | | Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-101-4/+3
* | | | | Fix code examples' indentation in ActionDispatch::Routing [ci skip]Ricardo Díaz2019-02-261-4/+4
| |/ / / |/| | |
* | | | Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-231-1/+4
| |/ / |/| |
* | | appropriate typo fixalkesh262019-02-191-1/+1
* | | Merge pull request #35229 from rails/fix-35222Aaron Patterson2019-02-131-2/+2
|\ \ \ | |/ / |/| |
| * | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+2
* | | Merge pull request #35175 from drn/create-sessionGuillermo Iguaran2019-02-121-1/+1
|\ \ \ | |/ / |/| |
| * | Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-051-1/+1
* | | Merge pull request #35036 from rails/av-base-subclassAaron Patterson2019-02-061-0/+4
|\ \ \ | |/ / |/| |
| * | Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-061-6/+1
| * | Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-0/+9
* | | Update terminal-to-html inline images url in ScreenshotHelperbetterzega2019-02-051-1/+1
* | | Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-pathsAaron Patterson2019-02-051-1/+1
|\ \ \ | |/ / |/| |
| * | Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-1/+1
| * | Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-1/+1
* | | Merge pull request #35139 from 7coAim/fix_debug_exceptionsGeorge Claghorn2019-02-052-2/+2
|\ \ \
| * | | fix NameErrorkurosawat2019-02-052-2/+2
* | | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regressionRafael França2019-02-041-7/+2
|\ \ \ \
| * | | | Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-041-7/+2
| | |/ / | |/| |
* | | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-041-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-2/+2
* | | | Use consistent hash syntax for routesAndy Waite2019-02-011-14/+14
| |/ / |/| |
* | | Fix doc of `ActionDispatch::SystemTestCase` [ci skip]yuuji.yaginuma2019-02-011-7/+7
* | | Merge pull request #35093 from rails/av-base-constructorAaron Patterson2019-01-301-1/+3
|\ \ \
| * | | Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+3
* | | | 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
|\ \