aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_2_release_notes.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-12-15 15:42:20 +0900
committerYuji Yaginuma <yuuji.yaginuma@gmail.com>2017-12-15 15:52:02 +0900
commit6a902d43c76a8b5bc2ddd00b7c8af38f9fb82bdb (patch)
tree00f1ec2533c4085a682ce161e7c43b581112161a /guides/source/5_2_release_notes.md
parent597b941930af87a4bfe9d1cdb05578091eb83735 (diff)
downloadrails-6a902d43c76a8b5bc2ddd00b7c8af38f9fb82bdb.tar.gz
rails-6a902d43c76a8b5bc2ddd00b7c8af38f9fb82bdb.tar.bz2
rails-6a902d43c76a8b5bc2ddd00b7c8af38f9fb82bdb.zip
Fix guide generation error [ci skip]
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.
Diffstat (limited to 'guides/source/5_2_release_notes.md')
-rw-r--r--guides/source/5_2_release_notes.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index eb361e200a..e2f8cf1f76 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -151,15 +151,6 @@ ToDo
ToDo
-Active Storage
---------------
-
-Please refer to the [Changelog][active-support] for detailed changes.
-
-### Notable changes
-
-ToDo
-
Active Support
--------------
@@ -205,6 +196,5 @@ framework it is. Kudos to all of them.
[action-cable]: https://github.com/rails/rails/blob/5-2-stable/actioncable/CHANGELOG.md
[active-record]: https://github.com/rails/rails/blob/5-2-stable/activerecord/CHANGELOG.md
[active-model]: https://github.com/rails/rails/blob/5-2-stable/activemodel/CHANGELOG.md
-[active-storage]: https://github.com/rails/rails/blob/5-2-stable/activestorage/CHANGELOG.md
[active-support]: https://github.com/rails/rails/blob/5-2-stable/activesupport/CHANGELOG.md
[active-job]: https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md