This project is archived and is in readonly mode.
Add Localized Rescue
Reported by José Valim | February 1st, 2009 @ 08:52 AM | in 2.x
This patch adds Localized Rescue to Rails. This way we can have "public/404.en.html" or "public/404.pt-BR.html". If the localized rescue file can't be found, render the default one "public/404.html".
Discussion here: http://groups.google.com/group/r...
Comments and changes to this ticket
-
Repository February 2nd, 2009 @ 04:58 PM
- State changed from new to committed
- Tag set to 2.3, actionpack, localization
(from [2ecc678ed6ab60c1bdc7dce67c0c908542c5008d]) Added localized rescue (404.da.html) [#1835 state:committed]
Signed-off-by: David Heinemeier Hansson david@loudthinking.com http://github.com/rails/rails/co...
-
af001 May 5th, 2011 @ 02:57 AM
- Importance changed from to
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1835 Add Localized Rescue (from [2ecc678ed6ab60c1bdc7dce67c0c908542c5008d]) Added l...