couldn't find file 'jquery.ui.all'

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: <head>
4: <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
5: <title><%= Settings.product_name %></title>
6: <%= stylesheet_link_tag "application" %>
7: <%= javascript_include_tag "application" %>
8: </head>
9: <!--[if lt IE 9 ]><body class="lt-ie9"><![endif]-->

Rails.root: /var/www/localhost/htdocs/selfstarter

Application Trace | Framework Trace | Full Trace

app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___193908836517014510_70319186387180'

This list is for discussions of features and behavior of the framework, not for help. Please post to rubyonrails-talk or Stack Overflow.

jquery-rails 3.0+ has removed jquery-ui as you can see in the changelog. There’s a jquery-ui-rails I think, check the readme for more info.

(and be aware of what Steve has commented :wink: