| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35669 from cpruitt/update-mime-type-regexp | Aaron Patterson | 2019-03-19 | 1 | -1/+4 |
|\ |
|
| * | Update regular expression for checking valid MIME type | Cliff Pruitt | 2019-03-19 | 1 | -1/+4 |
* | | Instrument middleware processing | Daniel Schierbeck | 2019-03-19 | 1 | -1/+22 |
|/ |
|
* | Merge pull request #35358 from tjwallace/patch-1 | Eileen M. Uchitelle | 2019-03-19 | 1 | -0/+3 |
|\ |
|
| * | Add documentation for the resource(s) :param option | Jeff Wallace | 2019-02-21 | 1 | -0/+3 |
* | | Merge pull request #35604 from jhawthorn/validate_mime_types | Eileen M. Uchitelle | 2019-03-19 | 2 | -2/+11 |
|\ \ |
|
| * | | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 2 | -2/+11 |
* | | | Suggest 'strict-origin' Referrer-Policy header | Tom Richards | 2019-03-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 3 | -4/+10 |
|\ \ |
|
| * | | Prep release | eileencodes | 2019-03-11 | 1 | -1/+1 |
| * | | Fix possible dev mode RCE | Aaron Patterson | 2019-03-10 | 1 | -3/+4 |
| * | | Only accept formats from registered mime types | John Hawthorn | 2019-03-10 | 1 | -0/+5 |
* | | | Update small typo in documentation. | Kurt Mueller | 2019-03-12 | 1 | -1/+1 |
* | | | Show friendly message to install action mailbox if the related table does not... | Prathamesh Sonpatki | 2019-03-12 | 2 | -0/+5 |
* | | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block | Kasper Timm Hansen | 2019-03-10 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | ActionPack Proc.new without a block | utilum | 2019-02-13 | 2 | -4/+4 |
* | | | | Support other optional parameters and quoted-strings on Content-Type parser | r7kamura | 2019-03-10 | 1 | -4/+3 |
* | | | | [ci skip] Fix typos | Shailesh Kalamkar | 2019-03-07 | 1 | -1/+1 |
* | | | | Fix code examples' indentation in ActionDispatch::Routing [ci skip] | Ricardo Díaz | 2019-02-26 | 1 | -4/+4 |
| |/ /
|/| | |
|
* | | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | | | Merge pull request #35400 from aglushkov/stream_manual_cache_control | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow custom cache-control header in AC::Live | Andrey Glushkov | 2019-02-25 | 1 | -1/+1 |
* | | | | Restore UploadedFile compatibility with IO.copy_stream | Janko Marohnić | 2019-02-23 | 1 | -1/+4 |
| |_|/
|/| | |
|
* | | | Merge pull request #35293 from rails/remove-rendered-format-from-cache | Aaron Patterson | 2019-02-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 1 | -1/+1 |
| |/ / |
|
* / / | appropriate typo fix | alkesh26 | 2019-02-19 | 1 | -1/+1 |
|/ / |
|
* | | AbstractController::Translation#t: dup options | Nazar Matus | 2019-02-15 | 1 | -0/+1 |
* | | Merge pull request #35229 from rails/fix-35222 | Aaron Patterson | 2019-02-13 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Turn lookup context in to a stack, push and pop if formats change | Aaron Patterson | 2019-02-11 | 1 | -2/+2 |
* | | Merge pull request #35175 from drn/create-session | Guillermo Iguaran | 2019-02-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Support testing of non-ActionDispatch-routed apps. | Darren Cheng | 2019-02-05 | 1 | -1/+1 |
* | | Merge pull request #35036 from rails/av-base-subclass | Aaron Patterson | 2019-02-06 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Pull generated methods up in to the anonymous subclass | Aaron Patterson | 2019-02-06 | 1 | -6/+1 |
| * | Move templates to an anonymous subclass of AV::Base | Aaron Patterson | 2019-02-06 | 1 | -0/+9 |
* | | Update terminal-to-html inline images url in ScreenshotHelper | betterzega | 2019-02-05 | 1 | -1/+1 |
* | | Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-paths | Aaron Patterson | 2019-02-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Restrict matching with word boundary or end of string | Petri Avikainen | 2019-02-05 | 1 | -1/+1 |
| * | Define word boundary for unanchored path regexp | Petri Avikainen | 2019-02-05 | 1 | -1/+1 |
* | | Merge pull request #35139 from 7coAim/fix_debug_exceptions | George Claghorn | 2019-02-05 | 2 | -2/+2 |
|\ \ |
|
| * | | fix NameError | kurosawat | 2019-02-05 | 2 | -2/+2 |
* | | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression | Rafael França | 2019-02-04 | 1 | -7/+2 |
|\ \ \ |
|
| * | | | Cookie doesn't expire anymore unless a flag is set: | Edouard CHIN | 2019-02-04 | 1 | -7/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 1 | -2/+2 |
* | | | Use consistent hash syntax for routes | Andy Waite | 2019-02-01 | 1 | -14/+14 |
| |/
|/| |
|
* | | Fix doc of `ActionDispatch::SystemTestCase` [ci skip] | yuuji.yaginuma | 2019-02-01 | 1 | -7/+7 |
* | | Merge pull request #35093 from rails/av-base-constructor | Aaron Patterson | 2019-01-30 | 2 | -2/+4 |
|\ \ |
|
| * | | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 2 | -2/+4 |
* | | | Remove unused code | bogdanvlviv | 2019-01-30 | 1 | -1/+0 |
* | | | selenium-webdriver is not always required for system testing | Ryuta Kamizono | 2019-01-30 | 1 | -4/+2 |