ActionView :: Template :: Error(未初始化的常量I18n :: RESERVED_KEYS)

时间:2014-03-21 10:37:23

标签: ruby-on-rails heroku rails-i18n

我正在使用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):

该应用程序在本地运行良好。问题仅在生产部署中出现。 有什么想法吗?

1 个答案:

答案 0 :(得分:1)

看起来您现在可能需要将您的I18n宝石锁定在0.5.0: https://github.com/svenfuchs/i18n/issues/233