Config guide: middlewares can also be removed from the stack

This commit is contained in:
Ryan Bigg
2010-12-17 15:38:41 +10:00
parent 225f95237b
commit d421b16edc

View File

@@ -188,6 +188,12 @@ Middlewares can also be completely swapped out and replaced with others:
config.middleware.swap ActionDispatch::BestStandardsSupport, Magical::Unicorns
</ruby>
They can also be removed from the stack completely:
<ruby>
config.middleware.delete ActionDispatch::BestStandardsSupport
</ruby>
h4. Configuring i18n
* +config.i18n.default_locale+ sets the default locale of an application used for i18n. Defaults to +:en+.