Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link to top of PR as well as other links [ci skip] | yuuji.yaginuma | 2019-06-29 | 1 | -1/+1 |
| | |||||
* | 6.0 release notes: fix typo | Pete Nicholls | 2019-06-05 | 1 | -1/+1 |
| | | | An unfinished parenthetical. | ||||
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ↵ | yuuji.yaginuma | 2019-06-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | as it is Since #35709, `Response#conten_type` returns only MIME type correctly. It is a documented behavior that this method only returns MIME type, so this change seems appropriate. https://github.com/rails/rails/blob/39de7fac0507070e3c5f8b33fbad6fced84d97ed/actionpack/lib/action_dispatch/http/response.rb#L245-L249 But unfortunately, some users expect this method to return all Content-Type that does not contain charset. This seems to be breaking changes. We can change this behavior with the deprecate cycle. But, in that case, a method needs that include Content-Type with additional parameters. And that method name is probably the `content_type` seems to properly. So I changed the new behavior to more appropriate `media_type` method. And `Response#content_type` changed (as the method name) to return Content-Type header as it is. Fixes #35709. [Rafael Mendonça França & Yuuji Yaginuma ] | ||||
* | Merge pull request #36245 from vishaltelangre/patch-4 | Vipul A M | 2019-05-12 | 1 | -1/+1 |
|\ | | | | | [ci skip] Clarity about embed metadata in signed and encrypted cookie | ||||
| * | [ci skip] Clarity about embed metadata in signed and encrypted cookie | Vishal Telangre | 2019-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #36251 from vishaltelangre/patch-10 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Clarify that the minimum version of a "gem" is bumped | ||||
| * | | [ci skip] Clarify that the minimum version of a "gem" is bumped | Vishal Telangre | 2019-05-12 | 1 | -1/+1 |
| |/ | | | | | | | The previous sentence does not convey whether the minimum version of SQLite3 is bumped or the minimum version of `sqlite3` gem is bumped. | ||||
* | | Merge pull request #36243 from vishaltelangre/patch-1 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Typo: Javascript -> JavaScript | ||||
| * | | [ci skip] Typo: Javascript -> JavaScript | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #36246 from vishaltelangre/patch-5 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Fix grammar | ||||
| * | | [ci skip] Fix grammar | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | ##### Singular `route exists` ##### Plural `routes exist` | ||||
* | | Merge pull request #36252 from vishaltelangre/patch-11 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] mysql -> MySQL | ||||
| * | | [ci skip] mysql -> MySQL | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #36247 from vishaltelangre/patch-6 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [ci skip] ActionView -> Action View | ||||
| * | | | [ci skip] ActionView -> Action View | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | As per the documentation guides, we use 'Action View' instead of `ActionView` in the general language. Reference: https://github.com/rails/rails/commit/27138386ad8dbda2eb44e622515626f352fd3b22 | ||||
* | | | Merge pull request #36248 from vishaltelangre/patch-7 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [ci skip] Mime -> MIME | ||||
| * | | | [ci skip] Mime -> MIME | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | The correct word is `MIME` which is an acronym which stands for `Multipurpose Internet Mail Extensions`. Reference: https://en.wikipedia.org/wiki/MIME | ||||
* | | | Merge pull request #36249 from vishaltelangre/patch-8 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [ci skip] Expand JS to JavaScript for clarity | ||||
| * | | | [ci skip] Expand JS to JavaScript for clarity | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #36250 from vishaltelangre/patch-9 | Xavier Noria | 2019-05-11 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [skip ci] arel -> Arel | ||||
| * | | [skip ci] arel -> Arel | Vishal Telangre | 2019-05-11 | 1 | -1/+1 |
| |/ | | | | | As per the documentation guides, we write `Arel` instead of `arel`. | ||||
* / | [ci skip] Typo: ActiveSuppport -> ActiveSupport | Vishal Telangre | 2019-05-11 | 1 | -3/+3 |
|/ | |||||
* | Typo in the release note | Akira Matsuda | 2019-05-08 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add Action Cable Release Notes [ci skip] | Alex Kitchens | 2019-05-02 | 1 | -11/+30 |
| | | | | Co-Authored-By: प्रथमेश Sonpatki <csonpatki@gmail.com> | ||||
* | Update guides/source/6_0_release_notes.md | Connor Shea | 2019-05-02 | 1 | -1/+1 |
| | | | Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com> | ||||
* | Added release notes for Active Support [ci skip] | Prathamesh Sonpatki | 2019-05-02 | 1 | -0/+186 |
| | |||||
* | Merge pull request #36149 from alexcameron89/add_active_storage_rn | Rafael França | 2019-05-01 | 1 | -2/+60 |
|\ | | | | | Add Release Notes for Active Storage | ||||
| * | Add Release Notes for Active Storage [ci skip] | Alex Kitchens | 2019-05-01 | 1 | -2/+60 |
| | | | | | | | | Co-authored-by: Abhay Nikam <nikam.abhay1@gmail.com> | ||||
* | | Active Model release notes [ci skip] | Prathamesh Sonpatki | 2019-05-01 | 1 | -0/+24 |
|/ | |||||
* | Action Mailer release notes [ci skip] | Prathamesh Sonpatki | 2019-04-30 | 1 | -0/+33 |
| | |||||
* | [ci skip] Add 6.0 Release Notes for Action View | Alex Kitchens | 2019-04-29 | 1 | -0/+53 |
| | | | | I've added release notes based off of the CHANGELOG for Action View. | ||||
* | [ci skip] Add 6.0 Release Notes for Action Pack | Alex Kitchens | 2019-04-26 | 1 | -0/+68 |
| | | | | | | I've gone through the CHANGELOG for Action Pack, pulled out anything that was backported, rephrased some of the descriptions and found their PR's/commits as links. | ||||
* | [ci skip] Remove à la just like that. | Kasper Timm Hansen | 2019-04-25 | 1 | -1/+2 |
| | |||||
* | Add PR link for Active Storage updating release note entry [ci skip] | Abhay Nikam | 2019-04-23 | 1 | -0/+1 |
| | |||||
* | [ci skip] Active Storage: updating associations replaces | Kasper Timm Hansen | 2019-04-22 | 1 | -0/+2 |
| | | | | | | | | | | In Rails updating an Active Storage relation will now replace the entire association instead of merely adding to it. https://github.com/rails/rails/issues/35817#issuecomment-485512520 Fixes #35817 cc @georgeclaghorn | ||||
* | Add release notes for changes in the guides for Rails 6 [ci skip] (#36046) | प्रथमेश Sonpatki | 2019-04-20 | 1 | -0/+9 |
| | |||||
* | [ci skip] Add 6.0 Release Notes for Active Record | Alex Kitchens | 2019-04-08 | 1 | -0/+227 |
| | |||||
* | Add Active Job release notes [ci skip] (#35872) | प्रथमेश Sonpatki | 2019-04-05 | 1 | -0/+46 |
| | |||||
* | Add Active Model release notes for Rails 6 [ci skip] (#35790) | प्रथमेश Sonpatki | 2019-03-29 | 1 | -0/+12 |
| | |||||
* | Remove useless = [ci skip] | Prathamesh Sonpatki | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Added release notes for changes in Railties [ci skip] (#35622) | प्रथमेश Sonpatki | 2019-03-18 | 1 | -0/+63 |
| | | | [Alex Kitchens, Prathamesh Sonpatki] | ||||
* | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | Document the ActionCable JS changes in the upgrade guide & release notes | Richard Macklin | 2019-01-14 | 1 | -0/+16 |
| | |||||
* | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 1 | -0/+8 |
| | |||||
* | Add Action Text to guides [ci skip] | bogdanvlviv | 2019-01-05 | 1 | -0/+16 |
| | | | | | | | | - Move some actiontext/README.md content to Action Text Overview guide - I added WIP label to that guide since we definitely want to complement it. - Add Action Text to Major Features of Rails 6.0 Similar approach was used in #34812 | ||||
* | Add Action Mailbox to Major Features of Rails 6.0 [ci skip] | bogdanvlviv | 2018-12-30 | 1 | -0/+9 |
| | |||||
* | Add "Ruby on Rails 6.0 Release Notes" guide [ci skip] | bogdanvlviv | 2018-08-29 | 1 | -0/+175 |
This commit adds a skeleton of "Ruby on Rails 6.0 Release Notes". It isn't a good time to add changelogs' entries to this guide since we can redo/revert some things till the final release 6.0. It would be better to do it close to the release. But we already can add mentions about major features that have been added to 6.0. I added mention about "Parallel Testing". |