deprecatedメッセージ
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
参考リンク
- Rails 4.0.2のi18nで出るようになったdeprecated警告の対策方法 - @znz blog
- deprecated - Rails 4.0.2 I18n validation deprecation warning - Stack Overflow
- Add I18n.locale_available? and enforce available locales · 3b6e56e · svenfuchs/i18n
対処
config/application.rb
I18n.enforce_available_locales = true