aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix the desc for image_alt change [ci skip]Prathamesh Sonpatki2018-01-071-1/+1
|
* Added deprecation and removal notes for Action View [ci skip]Prathamesh Sonpatki2018-01-071-2/+5
|
* Added deprecations and removals notes for Action Pack [ci skip]Prathamesh Sonpatki2018-01-071-2/+5
|
* Added release notes for Action Cable [ci skip]Prathamesh Sonpatki2018-01-071-1/+10
|
* Added Railties deprecations in 5.2 release notes [ci skip]Prathamesh Sonpatki2018-01-011-2/+13
|
* Fix guide generation error [ci skip]yuuji.yaginuma2017-12-151-10/+0
| | | | | | | | | | | | | | | | | Currently, generation of guide is an error in `5_2_release_notes.html`. ``` $ bunele exec rake guides:generate:html Generating 5_2_release_notes.md as 5_2_release_notes.html rails/guides/rails_guides/markdown.rb:44:in `dom_id': undefined method `[]' for nil:NilClass (NoMethodError) from rails/guides/rails_guides/markdown.rb:106:in `block (2 levels) in generate_structure' ``` It seems that it is an error because there are multiple `active-storage` anchors. Since Active Storage is a Major feature, it is unnecessary to show CHANGELOGs, so remove from `Incompatibilities` section.
* Added CSP as major feature [ci skip]Prathamesh Sonpatki2017-11-271-0/+5
|
* Added first draft of Rails 5.2 release notes [ci skip]Prathamesh Sonpatki2017-11-271-0/+205