aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-192-1/+14
|\
| * Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-172-1/+14
* | Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcdRafael Mendonça França2019-03-191-3/+4
* | Merge pull request #35669 from cpruitt/update-mime-type-regexpAaron Patterson2019-03-192-1/+19
|\ \
| * | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-192-1/+19
* | | Instrument middleware processingDaniel Schierbeck2019-03-192-7/+57
|/ /
* | 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
* | | Merge pull request #35604 from jhawthorn/validate_mime_typesEileen M. Uchitelle2019-03-193-2/+43
|\ \ \
| * | | Raise exception when building invalid mime typeJohn Hawthorn2019-03-143-2/+43
| | |/ | |/|
* | | Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
* | | Suggest 'strict-origin' Referrer-Policy headerTom Richards2019-03-171-1/+1
|/ /
* | Merge tag 'v6.0.0.beta3'eileencodes2019-03-136-10/+33
|\ \
| * | Prep releaseeileencodes2019-03-112-1/+6
| * | Fix possible dev mode RCEAaron Patterson2019-03-101-3/+4
| * | Only accept formats from registered mime typesJohn Hawthorn2019-03-103-6/+23
* | | Update small typo in documentation.Kurt Mueller2019-03-121-1/+1
* | | 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-102-4/+4
|\ \ \
| * | | ActionPack Proc.new without a blockutilum2019-02-132-4/+4
* | | | Merge pull request #35549 from r7kamura/feature/response-charsetRyuta Kamizono2019-03-102-4/+37
|\ \ \ \
| * | | | Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-102-4/+37
* | | | | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...Kasper Timm Hansen2019-03-091-0/+1
|\ \ \ \ \
| * | | | | Added missing guide links in README documentation and minor wording fix [ci s...ashishprajapati2019-03-101-0/+1
| |/ / / /
* / / / / Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
|/ / / /
* | | | [ci skip] Fix typosShailesh Kalamkar2019-03-071-1/+1
* | | | Merge pull request #35422 from ricardotk002/fix-indentation-ad-routingRafael França2019-02-261-4/+4
|\ \ \ \
| * | | | Fix code examples' indentation in ActionDispatch::Routing [ci skip]Ricardo Díaz2019-02-261-4/+4
| | |/ / | |/| |
* / | | Pass locals in to the template object on constructionAaron Patterson2019-02-251-1/+1
|/ / /
* | | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-252-1/+3
* | | Merge pull request #35400 from aglushkov/stream_manual_cache_controlAaron Patterson2019-02-252-2/+8
|\ \ \
| * | | Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-252-2/+8
* | | | Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-1/+1
* | | | Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-232-3/+17
* | | | Test ActionDispatch::Http::UploadedFile with an actual TempfileJanko Marohnić2019-02-231-48/+48
| |_|/ |/| |
* | | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-192-12/+15
|\ \ \
| * | | Pass the template format to the digestorAaron Patterson2019-02-152-12/+15
| |/ /
* / / appropriate typo fixalkesh262019-02-191-1/+1
|/ /
* | AbstractController::Translation#t: dup optionsNazar Matus2019-02-151-0/+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-122-1/+28
|\ \ | |/ |/|
| * Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-052-1/+28
* | 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-053-12/+18
|\ \ | |/ |/|
| * Restrict matching with word boundary or end of stringPetri Avikainen2019-02-052-12/+12