couldn’t find file ‘jquery.ui.all’ which is a known issue, I added
*=require jquery.ui.all to application.css and //= require jquery.ui.all
to
application.js but still get the error.
http://bpaste.net/show/1RqTDUte2XLBoj8fdTbf/
Sprockets::FileNotFound in Preorder#index
Showing
/var/www/localhost/htdocs/selfstarter/app/views/layouts/application.html.erb
where line #6 raised:
couldn’t find file ‘jquery.ui.all’ (in
/var/www/localhost/htdocs/selfstarter/app/assets/stylesheets/application.css:14)
Extracted source (around line #6):
3: 4: 5: <%= Settings.product_name
%>6: <%= stylesheet_link_tag “application” %>7: <%=
javascript_include_tag “application” %>8: 9: