diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-12-15 15:42:20 +0900 |
---|---|---|
committer | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2017-12-15 15:52:02 +0900 |
commit | 6a902d43c76a8b5bc2ddd00b7c8af38f9fb82bdb (patch) | |
tree | 00f1ec2533c4085a682ce161e7c43b581112161a /activejob/bin | |
parent | 597b941930af87a4bfe9d1cdb05578091eb83735 (diff) | |
download | rails-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 'activejob/bin')
0 files changed, 0 insertions, 0 deletions