-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecation warning I18n.enforce_available_locales #218
Comments
It's normal. It's a Rails deprecation warning. Nothing to do with Redmine Git Hosting. |
This is really annoying, as it pops up on every cron run. And it is caused by this plugin. Redmine included a fix for this and I think you should too. |
Show me the code. |
I too agree that this message is really annoying. It shows up everytime I run an email cron. So every 5 minutes I get an email containing 3 of these error message. And yes I can block emails from the cronjob, but I'd like to know if any other error occurs during the process. |
I finally get it :) |
Actually you only need it if you're using Mediawiki markup language in your README files. If not you can safely comment it in Gemfile. |
every time i start redmine i get this deprecation warning: '[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.'
Redmine and the plugin are set up as described in the wiki of this repo.
The text was updated successfully, but these errors were encountered: