| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 2 | -2/+2 |
* | Remove :all symbol from Mime::ALL | John Hawthorn | 2019-03-27 | 2 | -1/+14 |
* | Merge pull request #35236 from renuo/fix-30467 | Rafael França | 2019-03-27 | 3 | -0/+29 |
|\ |
|
| * | Raise if resource custom params contain colons | Josua Schmid | 2019-03-26 | 3 | -0/+29 |
* | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response: | Edouard CHIN | 2019-03-26 | 5 | -3/+24 |
|/ |
|
* | Address rubocop offences | Ryuta Kamizono | 2019-03-21 | 1 | -1/+1 |
* | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specs | Rafael França | 2019-03-19 | 2 | -1/+14 |
|\ |
|
| * | Don't override @set_cookies on CookieJar#update_cookies_from_jar' | André Luis Leal Cardoso Junior | 2019-03-17 | 2 | -1/+14 |
* | | Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcd | Rafael Mendonça França | 2019-03-19 | 1 | -3/+4 |
* | | Merge pull request #35669 from cpruitt/update-mime-type-regexp | Aaron Patterson | 2019-03-19 | 2 | -1/+19 |
|\ \ |
|
| * | | Update regular expression for checking valid MIME type | Cliff Pruitt | 2019-03-19 | 2 | -1/+19 |
* | | | Instrument middleware processing | Daniel Schierbeck | 2019-03-19 | 2 | -7/+57 |
|/ / |
|
* | | 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 | 3 | -2/+43 |
|\ \ \ |
|
| * | | | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 3 | -2/+43 |
| | |/
| |/| |
|
* | | | Fix a ContentNegotiation test description | Sharang Dashputre | 2019-03-19 | 1 | -1/+1 |
* | | | Suggest 'strict-origin' Referrer-Policy header | Tom Richards | 2019-03-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 6 | -10/+33 |
|\ \ |
|
| * | | Prep release | eileencodes | 2019-03-11 | 2 | -1/+6 |
| * | | 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 | 3 | -6/+23 |
* | | | 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 |
* | | | | Merge pull request #35549 from r7kamura/feature/response-charset | Ryuta Kamizono | 2019-03-10 | 2 | -4/+37 |
|\ \ \ \ |
|
| * | | | | Support other optional parameters and quoted-strings on Content-Type parser | r7kamura | 2019-03-10 | 2 | -4/+37 |
* | | | | | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text... | Kasper Timm Hansen | 2019-03-09 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Added missing guide links in README documentation and minor wording fix [ci s... | ashishprajapati | 2019-03-10 | 1 | -0/+1 |
| |/ / / / |
|
* / / / / | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 2 | -2/+2 |
|/ / / / |
|
* | | | | [ci skip] Fix typos | Shailesh Kalamkar | 2019-03-07 | 1 | -1/+1 |
* | | | | Merge pull request #35422 from ricardotk002/fix-indentation-ad-routing | Rafael França | 2019-02-26 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | Fix code examples' indentation in ActionDispatch::Routing [ci skip] | Ricardo Díaz | 2019-02-26 | 1 | -4/+4 |
| | |/ /
| |/| | |
|
* / | | | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
|/ / / |
|
* | | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 2 | -1/+3 |
* | | | Merge pull request #35400 from aglushkov/stream_manual_cache_control | Aaron Patterson | 2019-02-25 | 2 | -2/+8 |
|\ \ \ |
|
| * | | | Allow custom cache-control header in AC::Live | Andrey Glushkov | 2019-02-25 | 2 | -2/+8 |
* | | | | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
* | | | | Restore UploadedFile compatibility with IO.copy_stream | Janko Marohnić | 2019-02-23 | 2 | -3/+17 |
* | | | | Test ActionDispatch::Http::UploadedFile with an actual Tempfile | Janko Marohnić | 2019-02-23 | 1 | -48/+48 |
| |_|/
|/| | |
|
* | | | Merge pull request #35293 from rails/remove-rendered-format-from-cache | Aaron Patterson | 2019-02-19 | 2 | -12/+15 |
|\ \ \ |
|
| * | | | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 2 | -12/+15 |
| |/ / |
|
* / / | 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 | 2 | -1/+28 |
|\ \
| |/
|/| |
|
| * | Support testing of non-ActionDispatch-routed apps. | Darren Cheng | 2019-02-05 | 2 | -1/+28 |
* | | Merge pull request #35036 from rails/av-base-subclass | Aaron Patterson | 2019-02-06 | 1 | -0/+4 |
|\ \
| |/
|/| |
|