Hi I can't precompile my assets because of this "I18n validation deprecation warning". I've tried the answers here Rails I18n validation deprecation warning but nothing seems to work. I am using rails 3.2.11, windows7 64bt and here's my trace:
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your loc
ale you can set I18n.enforce_available_locales = false to avoid this message.
** Invoke assets:precompile (first_time)
** Execute assets:precompile
/app/vendor/ruby-1.9.3/bin/ruby /app/vendor/bundle/ruby/1.9.1/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=as
sets --trace
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your loc
ale you can set I18n.enforce_available_locales = false to avoid this message.
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your loc
ale you can set I18n.enforce_available_locales = false to avoid this message.
** Invoke assets:precompile:nondigest (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:nondigest