aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36823 from ↵Eileen M. Uchitelle2019-08-051-0/+3
|\ | | | | | | | | abhaynikam/add-multiple-database-guide-entry-to-release-notes Added multiple database Active Record guide entry to the release notes
| * Added multiple database Active Record guide entry to the release notes [ci skip]Abhay Nikam2019-08-011-0/+3
| |
* | Corrected deperecation config option path for ↵Akshay Mohite2019-08-051-1/+1
|/ | | | active_record.sqlite3.represent_boolean_as_integer option in release notes. [ci skip]
* Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-4/+6
| | | | | | | | | Assigning to a collection of attachments appends rather than replacing, as in 5.2. Existing 5.2 apps that rely on this behavior will no longer break when they're upgraded to 6.0. For apps generated on 6.0 or newer, assigning replaces the existing attachments in the collection. #attach should be used to add new attachments to the collection without removing existing ones. I expect that we'll deprecate the old behavior in 6.1. Closes #36374.
* Link to top of PR as well as other links [ci skip]yuuji.yaginuma2019-06-291-1/+1
|
* 6.0 release notes: fix typoPete Nicholls2019-06-051-1/+1
| | | An unfinished parenthetical.
* Change `ActionDispatch::Response#content_type` returning Content-Type header ↵yuuji.yaginuma2019-06-011-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-4Vipul A M2019-05-121-1/+1
|\ | | | | [ci skip] Clarity about embed metadata in signed and encrypted cookie
| * [ci skip] Clarity about embed metadata in signed and encrypted cookieVishal Telangre2019-05-121-1/+1
| |
* | Merge pull request #36251 from vishaltelangre/patch-10Xavier Noria2019-05-111-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 bumpedVishal Telangre2019-05-121-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-1Xavier Noria2019-05-111-1/+1
|\ \ | | | | | | [ci skip] Typo: Javascript -> JavaScript
| * | [ci skip] Typo: Javascript -> JavaScriptVishal Telangre2019-05-111-1/+1
| |/
* | Merge pull request #36246 from vishaltelangre/patch-5Xavier Noria2019-05-111-1/+1
|\ \ | | | | | | [ci skip] Fix grammar
| * | [ci skip] Fix grammarVishal Telangre2019-05-111-1/+1
| |/ | | | | | | | | | | | | | | | | ##### Singular `route exists` ##### Plural `routes exist`
* | Merge pull request #36252 from vishaltelangre/patch-11Xavier Noria2019-05-111-1/+1
|\ \ | | | | | | [ci skip] mysql -> MySQL
| * | [ci skip] mysql -> MySQLVishal Telangre2019-05-111-1/+1
| | |
* | | Merge pull request #36247 from vishaltelangre/patch-6Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] ActionView -> Action View
| * | | [ci skip] ActionView -> Action ViewVishal Telangre2019-05-111-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-7Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] Mime -> MIME
| * | | [ci skip] Mime -> MIMEVishal Telangre2019-05-111-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-8Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] Expand JS to JavaScript for clarity
| * | | [ci skip] Expand JS to JavaScript for clarityVishal Telangre2019-05-111-1/+1
| |/ /
* | | Merge pull request #36250 from vishaltelangre/patch-9Xavier Noria2019-05-111-1/+1
|\ \ \ | |_|/ |/| | [skip ci] arel -> Arel
| * | [skip ci] arel -> ArelVishal Telangre2019-05-111-1/+1
| |/ | | | | As per the documentation guides, we write `Arel` instead of `arel`.
* / [ci skip] Typo: ActiveSuppport -> ActiveSupportVishal Telangre2019-05-111-3/+3
|/
* Typo in the release noteAkira Matsuda2019-05-081-1/+1
| | | | [ci skip]
* Add Action Cable Release Notes [ci skip]Alex Kitchens2019-05-021-11/+30
| | | | Co-Authored-By: प्रथमेश Sonpatki <csonpatki@gmail.com>
* Update guides/source/6_0_release_notes.mdConnor Shea2019-05-021-1/+1
| | | Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com>
* Added release notes for Active Support [ci skip]Prathamesh Sonpatki2019-05-021-0/+186
|
* Merge pull request #36149 from alexcameron89/add_active_storage_rnRafael França2019-05-011-2/+60
|\ | | | | Add Release Notes for Active Storage
| * Add Release Notes for Active Storage [ci skip]Alex Kitchens2019-05-011-2/+60
| | | | | | | | Co-authored-by: Abhay Nikam <nikam.abhay1@gmail.com>
* | Active Model release notes [ci skip]Prathamesh Sonpatki2019-05-011-0/+24
|/
* Action Mailer release notes [ci skip]Prathamesh Sonpatki2019-04-301-0/+33
|
* [ci skip] Add 6.0 Release Notes for Action ViewAlex Kitchens2019-04-291-0/+53
| | | | I've added release notes based off of the CHANGELOG for Action View.
* [ci skip] Add 6.0 Release Notes for Action PackAlex Kitchens2019-04-261-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 Hansen2019-04-251-1/+2
|
* Add PR link for Active Storage updating release note entry [ci skip]Abhay Nikam2019-04-231-0/+1
|
* [ci skip] Active Storage: updating associations replacesKasper Timm Hansen2019-04-221-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)प्रथमेश Sonpatki2019-04-201-0/+9
|
* [ci skip] Add 6.0 Release Notes for Active RecordAlex Kitchens2019-04-081-0/+227
|
* Add Active Job release notes [ci skip] (#35872)प्रथमेश Sonpatki2019-04-051-0/+46
|
* Add Active Model release notes for Rails 6 [ci skip] (#35790)प्रथमेश Sonpatki2019-03-291-0/+12
|
* Remove useless = [ci skip]Prathamesh Sonpatki2019-03-261-1/+1
|
* Added release notes for changes in Railties [ci skip] (#35622)प्रथमेश Sonpatki2019-03-181-0/+63
| | | [Alex Kitchens, Prathamesh Sonpatki]
* Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-091-1/+1
|
* Document the ActionCable JS changes in the upgrade guide & release notesRichard Macklin2019-01-141-0/+16
|
* Add Action Cable Testing guidesVladimir Dementyev2019-01-141-0/+8
|
* Add Action Text to guides [ci skip]bogdanvlviv2019-01-051-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]bogdanvlviv2018-12-301-0/+9
|