将 calender_date_select 与 Rails 3.1 一起使用

发布于 2024-12-05 14:10:02 字数 484 浏览 1 评论 0原文

我成功安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中性美 2024-12-12 14:10:02

你应该安装prototype,在rails 3.1中默认使用jquery。
但日历日期选择使用原型

you should install prototype, in rails 3.1 jquery is used by default.
but calendar date select use prototype

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文