Sprockets :: FileNotFound in Preorder #index

时间:2014-08-22 20:45:18

标签: jquery css ruby-on-rails ruby-on-rails-4

当我运行应用程序时,我收到此错误

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

显示/ selfstarter/app/views/layouts/application.html.erb第6行:

无法找到文件' jquery.ui.all'   (在/selfstarter/app/assets/stylesheets/application.css:14) 提取的来源(第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:/ selfstarter

应用程序跟踪|框架跟踪|完整追踪 app / views / layouts / application.html.erb:6:在`_app_views_layouts_application_html_erb ___ 3248970066533973388_70154235929540&#39;

有人在这里提出了这个问题ruby on rails ails with couldn't find file 'jquery.ui.all'。我已经尝试了这个问题中的所有回复,但没有一个回复

0 个答案:

没有答案