no such file -- rdoc when accessing a repo with *.rdoc file
Created by: maca
This may be related to #6107 (closed) But in 7.1 rdoc rendering seems to be broken. Would including rdoc in Gemfile fix the issue?
When accessing a repo containing *.rdoc file I get this error, If I rename to .md it's fixed:
LoadError (cannot load such file -- rdoc):
app/helpers/application_helper.rb:224:in `render_markup'
app/views/projects/tree/_readme.html.haml:13:in `_app_views_projects_tree__readme_html_haml___1590872159185505099_47746240'
app/views/projects/tree/_tree.html.haml:45:in `_app_views_projects_tree__tree_html_haml___2200673995565982380_46426820'
app/views/projects/tree/show.html.haml:9:in `_app_views_projects_tree_show_html_haml__1130464025951464244_45682200'
app/controllers/projects/tree_controller.rb:13:in `show'