ERROR to show .textile format file
Closed
ERROR to show .textile format file
Created by: gaoyifan
The RoR return http error code 500 when show this kind of file.
Testing project The default readme file "README.textile" cause the crash.
Created by: mbattersby
Same problem here on Red Hat with gitlab-7.0.0_omnibus-1.el6.x86_64.rpm.
Error message reported in the log:
Started GET "/gary/libdatabroker/tree/master" for 128.250.146.86 at 2014-07-10 15:21:12 +1000 Processing by Projects::TreeController#show as HTML Parameters: {"project_id"=>"gary/libdatabroker", "id"=>"master"} Completed 500 Internal Server Error in 409ms
LoadError (cannot load such file -- redcloth): 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___4610080251223615427_45364920' app/views/projects/tree/_tree.html.haml:45:in_app_views_projects_tree__tree_html_haml__1612673869490605199_46702860' app/views/projects/tree/show.html.haml:9:in
_app_views_projects_tree_show_html_haml__2570182988092606659_47775340' app/controllers/projects/tree_controller.rb:6:in `show'Running
/opt/gitlab/embedded/bin/gem install RedCloth
installs the RedCloth gem but doesn't fix the issue.By Administrator on 2014-07-10T05:27:51 (imported from GitLab project)