rails--rails/guides
Richard Macklin 056bcf96a5 Fix code block in the HTML version of the upgrade guide [ci skip]
In 0a7ce46d2c I added the section about
npm package name changes to the upgrade guide. After it was merged, I
noticed an issue in the rendering of the code block in the HTML version
that doesn't appear in the corresponding markdown version. I was able to
fix it by adding an extra newline before the code block (which doesn't
affect the markdown version).

I verified the fix by running the `guides:generate:html` rake task
locally.

Before:
https://user-images.githubusercontent.com/1863540/64316451-2a774300-cfb5-11e9-985c-0697cfc23b9a.png

After:
https://user-images.githubusercontent.com/1863540/64316583-893cbc80-cfb5-11e9-9182-a2143d99f9d9.png
2019-09-05 08:10:23 +02:00
..
assets [ci skip] images/getting_started: Update screenshot for missing action 2019-06-12 11:11:22 +02:00
bug_report_templates Fixed ActionController Gem bug report by adding allowed hosts config 2019-08-21 14:32:58 +05:30
rails_guides Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
source Fix code block in the HTML version of the upgrade guide [ci skip] 2019-09-05 08:10:23 +02:00
.document
CHANGELOG.md Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
Rakefile Respect ENV variables when finding DBs etc for the test suite 2019-02-06 01:20:06 +10:30
rails_guides.rb Use safe nav operator when calling RailsGuides::Generator.new 2018-12-05 12:41:07 +09:00
w3c_validator.rb