Error 500 after update to 2.9.0
Created by: Vrtak-CZ
Started GET "/users/sign_in" for 127.0.0.1 at 2012-09-22 21:57:27 +0200
Processing by Devise::SessionsController#new as HTML
Rendered devise/shared/_links.erb (0.7ms)
Rendered devise/sessions/new.html.haml within layouts/devise_layout (5.0ms)
Rendered layouts/_head.html.haml (11.3ms)
Completed 500 Internal Server Error in 98ms
ActionView::Template::Error (couldn't find file 'jquery.ui.aristo'
(in /home/gitlab/gitlab/app/assets/stylesheets/application.css:6)):
4: GitLab
5: = " > #{@project.name}" if @project && [email protected]_record?
6: = favicon_link_tag 'favicon.ico'
7: = stylesheet_link_tag "application"
8: = javascript_include_tag "application"
9: -# Atom feed
10: - if controller_name == 'projects' && action_name == 'index'
app/views/layouts/_head.html.haml:7:in `_app_views_layouts__head_html_haml___1702242926946729084_51936740'
app/views/layouts/devise_layout.html.haml:3:in `_app_views_layouts_devise_layout_html_haml___1261364040233369183_50462380'