我的应用程序在本地运行良好,但是当我将其安装到生产服务器时,运行rails server
和请求页面时出现以下错误:
ActionView::Template::Error (can not load translations from {app}/config/locales/ru.yml, expected it to return a hash, but does not).
我有 YAML 翻译 ru.yml:
ru:
clients:
index:
title: Список клиентов
调用时发生错误,例如:
%h1=t '.title'
我的开发机器正在运行 Mac OS X ML
生产服务器是安装了 rvm 和 libyaml 的 CentOS 6。
两台服务器都在 Ruby 1.9.2p320 和 Rails 3.2.8 上