2014-03-29 90 views
0

基本上每個網頁,在我的應用程序加載,使我這個錯誤首先:CalendarDateSelect錯誤的Ruby 1.9.3的Rails 3.1

CalendarDateSelect Error: Prototype could not be found. Please make sure that your application's layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) before it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>).

我發現calendar_date_select在我的意見/佈局/ _stylesheets.html.erb文件看到我的prototype.js確實在calendar_date_select之前。這裏是我的文件的一部分:

<%= csrf_meta_tag %> 

<%= javascript_include_tag :defaults, 'tablekit', 'calendar_date_select/calendar_date_select', 'calendar_date_select/format_american' %> 

<%= stylesheet_link_tag 'blueprint/noprint.css', :media => 'print' %> 
<%= stylesheet_link_tag 'calendar_date_select/default', :media => 'screen' %> 
<%= stylesheet_link_tag 'calendar_date_select' %> 
    <%= javascript_include_tag "date" %> ..... 

不知道如何解決這個問題。任何建議將是最有用的。

回答

0

我需要'原型導軌'寶石,它需要照顧上述功能。 我只是'原型'寶石,我不知道它是什麼。