aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-11-19 17:25:37 +0100
committerXavier Noria <fxn@hashref.com>2010-11-21 03:29:44 +0100
commit925aeed4b61141cc62dec42b0b577158f077ffc1 (patch)
tree2a2465c746738de7835fdfd226e81378872bb4ac /railties/guides/source/i18n.textile
parentf5a51a778804f7a48b8f43e591ad3bc6b828867e (diff)
downloadrails-925aeed4b61141cc62dec42b0b577158f077ffc1.tar.gz
rails-925aeed4b61141cc62dec42b0b577158f077ffc1.tar.bz2
rails-925aeed4b61141cc62dec42b0b577158f077ffc1.zip
i18n guide: fix external link to rack locale
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index 4ae11b1b7b..1a83b84004 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -278,7 +278,7 @@ def extract_locale_from_accept_language_header
end
</ruby>
-Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's "http_accept_language":http://github.com/iain/http_accept_language/tree/master or even Rack middleware such as Ryan Tomayko's "locale":http://github.com/rtomayko/rack-contrib/blob/master/lib/rack/locale.rb.
+Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's "http_accept_language":http://github.com/iain/http_accept_language/tree/master or even Rack middleware such as Ryan Tomayko's "locale":http://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb.
h5. Using GeoIP (or Similar) Database