我正在使用ruby 1.9.3运行rails 3应用程序。 Heroku在heroku日志中给出了错误500:
开始GET" /"对于90.3.47.58在2014-03-20 08:42:50 +0000 在176毫秒内完成500内部服务器错误
<p><%= t('.title_html') %></p>
在布局/应用程序(96.3ms)内呈现store / index.html.erb
<p id="notice"><%= notice %></p>
ActionView :: Template :: Error(未初始化的常量I18n :: RESERVED_KEYS):
该应用程序在本地运行良好。问题仅在生产部署中出现。 有什么想法吗?