ruby on rails - ActionView::Template::Error (uninitialized constant I18n::RESERVED_KEYS) -


i running rails 3 app ruby 1.9.3. heroku gives me error 500 message in heroku logs:

started "/" 90.3.47.58 @ 2014-03-20 08:42:50 +0000 completed 500 internal server error in 176ms

<p><%= t('.title_html') %></p> 

rendered store/index.html.erb within layouts/application (96.3ms)

<p id="notice"><%= notice %></p> 

actionview::template::error (uninitialized constant i18n::reserved_keys):

the app works fine locally.the problem arises in production deployment. idea ?

looks may have lock i18n gem @ 0.5.0 now: https://github.com/svenfuchs/i18n/issues/233


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -