Witam, na llocalhost wszystko smiga itp. a jak uruchomie server thin w trybie production to wywala mi błędy
[code]Processing by DashboardsController#show as HTML
Parameters: {“locale”=>“en”}
Rendered dashboards/show.html.haml within layouts/application (566.0ms)
Completed 500 Internal Server Error in 1234ms
ActionView::Template::Error (application.css isn’t precompiled):
2: %html
3: %head
4: %title= application_title
5: = stylesheet_link_tag “application”, :media => “all”
6: = csrf_meta_tags
7: %body
8: .container-fluid
app/views/layouts/application.html.haml:5:in _app_views_layouts_application_html_haml___828714411_28220028' app/controllers/dashboards_controller.rb:11:in
show’[/code]
co trzeba zrobić by to zadzialało ?