mastodon/app/controllers/concerns
alpaca-tc 9317ec8eb1 Localize with i18n for Devise::FailureApp (#2309)
This PR fixes I18n.locale for rake middlewares. Mastodon uses Devise that depends on Warden.
Warden::Manager can be found in rake middleware. It is outside of the controller.

In the case of authentication failed, warden calls throw(:warden). At the time Warden::Manager
delegates request to failure_app to generate response and flash[:alert] after catching it.
Unfortunately, I18n.locale is already reset then because I18n.with_locale is enabled only
inside the controller. If we used I18n.locale=, Devise::FailureApp could get the current locale.
2017-04-25 15:06:41 +02:00
..
.keep Initial commit 2016-02-20 22:53:20 +01:00
account_controller_concern.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
localized.rb Localize with i18n for Devise::FailureApp (#2309) 2017-04-25 15:06:41 +02:00
obfuscate_filename.rb Obfuscate filenames better, double rate limits 2017-03-14 15:59:21 +01:00