Rails AciveRecord 将日期时间值映射到 Fixnum

发布于 2024-11-10 12:11:39 字数 341 浏览 0 评论 0原文

问题如下。

Ruby on Rails 3、Ruby 1.9.2、瘦服务器和 Webrick 服务器。

我有一个包含 2 个日期时间字段的表。在我的计算机上,当我从本地主机运行时,第二个字段由 Activerecord 映射为 Fixnum,而不是 Datetime。在生产环境和我朋友的计算机上(完全相同的代码)——一切都很好。因此,而不是日期值:

Ping.last.stop_till 
=> 2011

在数据库中,一切都保存得很好。 Webrick 和 Thin 都表现出了这种行为。 有什么想法吗?

Problem is following.

Ruby on rails 3, Ruby 1.9.2, thin and Webrick servers.

I have a table with 2 datetime fields. On my computer, when I run from localhost, second field is mapped by Activerecord as Fixnum, not Datetime. On production and on my friends computer (same code exactly) -- everything is fine. So, instead of date value:

Ping.last.stop_till 
=> 2011

In database everything is saved fine. Both Webrick and thin show this behavior.
Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文