I18n gem 更新导致 Rails 2.3.8 中错误消息疯狂
这个问题已经在这里:
为什么不Rails 的“errors.full_messages”替换属性和消息变量?
...但它还没有得到解答,我确信这是因为 gem I18n -版本“0.5.0”。
这个错误突然出现在我身上,我只是假设这是因为 heroku 现在使用的是最新的 gem 版本。
如何让整个应用程序使用以前的版本“0.4.1”或修复错误消息,而无需更改 .yml,或者如果必须,我将如何设置 en.yml。
这是正在发生的事情:
所有错误消息现在都像这样显示 {{attribute}} {{message}而不是我宁愿拥有的默认值。
This question is already here:
Why doesn't Rails' "errors.full_messages" replace attribute and message variables?
... but it hasn't been answered yet and I am sure it's because of the gem I18n -version "0.5.0".
This error suddenly appeared for me and I'm just assuming it is because heroku is now using the latest gem version.
How can I get the whole application to use the previous version '0.4.1' or fix how the error messages without having to change the .yml or if I have to how would I setup the en.yml.
This is what is happening:
All error messages are now appearing like this with {{attribute}} {{message}} instead of the default which I would rather have.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅我对原始问题的回答,为什么 Rails 的“errors.full_messages”不替换属性和消息变量?
See my answer to original question, Why doesn't Rails' "errors.full_messages" replace attribute and message variables?