500 error while browsing to help/*
Created by: tvb
Im getting an error 500 while browsing to the following pages:
/help/web_hooks /help/system_hooks /help/api /help/markdown /help/raketasks
using gitlab version 4.0.0pre b48852e7
python --version
Python 2.7.3rc2
I am seeing the following log:
Started GET "/help/web_hooks" for 127.0.0.1 at 2012-12-13 09:14:01 +0100 Processing by HelpController#web_hooks as HTML Rendered hooks/_data_ex.html.erb (101.4ms) Rendered help/web_hooks.html.haml within layouts/application (102.0ms) Completed 500 Internal Server Error in 104ms
ActionView::Template::Error (Failed to get header.):
42: eos
43: %>
44: <% js_lexer = Pygments::Lexer[:js] %>
45: <%= raw js_lexer.highlight(data_ex_str) %>
app/views/hooks/_data_ex.html.erb:45:in _app_views_hooks__data_ex_html_erb__2319766053335257810_64312760' app/views/help/web_hooks.html.haml:14:in
_app_views_help_web_hooks_html_haml__1361569433401857186_67993600'
What am I doing wrong?