Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the desc for image_alt change [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Added deprecation and removal notes for Action View [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -2/+5 |
| | |||||
* | Added deprecations and removals notes for Action Pack [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -2/+5 |
| | |||||
* | Added release notes for Action Cable [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+10 |
| | |||||
* | Added Railties deprecations in 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2018-01-01 | 1 | -2/+13 |
| | |||||
* | Fix guide generation error [ci skip] | yuuji.yaginuma | 2017-12-15 | 1 | -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 Sonpatki | 2017-11-27 | 1 | -0/+5 |
| | |||||
* | Added first draft of Rails 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+205 |