My application works fine locally, but when I install it on a production server, I get the following error: rails server and requesting page:
ActionView::Template::Error (can not load translations from {app}/config/locales/ru.yml, expected it to return a hash, but does not).
I have a translation of YAML ru.yml:
ru: clients: index: title:
And during the call, an error occurs, for example:
%h1=t '.title'
My development machine runs Mac OS X ML
The production server is CentOS 6 with rvm and libyaml installed.
Both servers are on Ruby 1.9.2p320 and Rails 3.2.8
lich
source share