[Rails] ruby on rails 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]--> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/88ce8c06-74c4-4fba-a3b5-5f78957c105b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home