Sprockets::FileNotFound in Preorder#index

When i run the app i get this error

Sprockets::FileNotFound in Preorder#index
couldn’t find file ‘jquery.ui.all’

Showing /selfstarter/app/views/layouts/application.html.erb where line
#6
raised:

couldn’t find file ‘jquery.ui.all’ (in
/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:

Rails.root: /selfstarter

Application Trace | Framework Trace | Full Trace
app/views/layouts/application.html.erb:6:in
`_app_views_layouts_application_html_erb___3248970066533973388_70154235929540’

Someone has asked this questions on Stack Overflow ruby on rails ails
with
couldn’t find file ‘jquery.ui.all’
http://stackoverflow.com/questions/17374842/ruby-on-rails-ails-with-couldnt-find-file-jquery-ui-all
.I
have tried all the responses in this question but none of them worked

On Aug 22, 2014, at 4:56 PM, Muhammad Atif wrote:

3:
Someone has asked this questions on Stack Overflow ruby on rails ails with
couldn’t find file ‘jquery.ui.all’ .I have tried all the responses in this
question but none of them worked

The file is renamed from jquery.ui to jquery-ui (dash). Update that
everywhere and you should be good. I just hit this yesterday.

Walter