aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add "Ruby on Rails 6.0 Release Notes" guide [ci skip]bogdanvlviv2018-08-291-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".