500 Internal Server Error
Created by: Skarm
Impossible to view the contents of directories and files: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
production.log
Started GET "/tushino/sgcamp_afg/refs/master/logs_tree/?_=1366822068602" for at 2013-04-24 20:47:53 +0400
Processing by RefsController#logs_tree as JS
Parameters: {"_"=>"1366822068602", "project_id"=>"tushino/sgcamp_afg", "id"=>"master"}
Rendered refs/logs_tree.js.haml (1.8ms)
Completed 500 Internal Server Error in 133ms
ActionView::Template::Error (undefined method `committed_date' for nil:NilClass):
4:
5: :plain
6: var row = $("table.table_#{@hex_path} tr.file_#{hexdigest(file_name)}");
7: row.find("td.tree_time_ago").html('#{escape_javascript time_ago_in_words(commit.committed_date)} ago');
8: row.find("td.tree_commit").html('#{escape_javascript render("tree/tree_commit_column", commit: commit)}');
app/views/refs/logs_tree.js.haml:7:in `block in _app_views_refs_logs_tree_js_haml__3208837385244796871_36150060'
app/views/refs/logs_tree.js.haml:1:in `each'
app/views/refs/logs_tree.js.haml:1:in `_app_views_refs_logs_tree_js_haml__3208837385244796871_36150060'