Error 500 after upgrading Gollum gem
Created by: michelkaeser
Started GET "/favicon.ico" for 127.0.0.1 at 2013-04-03 12:03:36 +0200
Processing by ProjectsController#show as */*
Parameters: {"id"=>"favicon.ico"}
Completed 401 Unauthorized in 0ms
Started GET "/users/sign_in" for 127.0.0.1 at 2013-04-03 12:03:37 +0200
Processing by Devise::SessionsController#new as */*
Rendered devise/sessions/new.html.haml within layouts/devise (1.5ms)
Rendered layouts/_head.html.haml (9.1ms)
Completed 500 Internal Server Error in 13ms
ActionView::Template::Error (couldn't find file 'jquery.cookie'
(in /home/git/gitlab/app/assets/javascripts/application.js:10)):
5: GitLab
6: = favicon_link_tag 'favicon.ico'
7: = stylesheet_link_tag "application"
8: = javascript_include_tag "application"
9: = csrf_meta_tags
10: = include_gon
11:
app/views/layouts/_head.html.haml:8:in `_app_views_layouts__head_html_haml___3241512428240958409_34829980'
app/views/layouts/devise.html.haml:3:in `_app_views_layouts_devise_html_haml__3617340995130487033_34408760'