将 calender_date_select 与 Rails 3.1 一起使用
我成功安装了 1.16.3 版本的 calender_date_select
,之后我在布局中添加了 <%= calendar_date_select_includes %>
标记<%= javascript_include_tag :defaults %>
标签...
在我看来,我正在使用
<%= f.calendar_date_select :whatever %>
但是当我运行该应用程序时,它显示错误,例如..
undefined local variable or method `calendar_date_select_includes' for #<#<Class:0x2949588>:0x2947ed8>
任何人都可以帮我解决吗这个问题……
I successfully installed calender_date_select of 1.16.3 version
I included <%= calendar_date_select_includes %>
tag in my layouts after<%= javascript_include_tag :defaults %>
Tag ...
And in my view i'm using
<%= f.calendar_date_select :whatever %>
But when i run the application it was showing the error like ..
undefined local variable or method `calendar_date_select_includes' for #<#<Class:0x2949588>:0x2947ed8>
Can anybody please help me to resolve this problem .....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该安装prototype,在rails 3.1中默认使用jquery。
但日历日期选择使用原型
you should install prototype, in rails 3.1 jquery is used by default.
but calendar date select use prototype