mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
i18n guide: this is not longer a problem
This commit is contained in:
committed by
Xavier Noria
parent
cbea139130
commit
f044d38192
@@ -253,7 +253,7 @@ match '/:locale' => 'dashboard#index'
|
||||
|
||||
Do take special care about the *order of your routes*, so this route declaration does not "eat" other ones. (You may want to add it directly before the +root :to+ declaration.)
|
||||
|
||||
IMPORTANT: This solution has currently one rather big *downside*. Due to the _default_url_options_ implementation, you have to pass the +:id+ option explicitly, like this: +link_to 'Show', book_url(:id => book)+ and not depend on Rails' magic in code like +link_to 'Show', book+. If this should be a problem, have a look at two plugins which simplify work with routes in this way: Sven Fuchs's "routing_filter":http://github.com/svenfuchs/routing-filter/tree/master and Raul Murciano's "translate_routes":http://github.com/raul/translate_routes/tree/master.
|
||||
NOTE: Have a look at two plugins which simplify work with routes in this way: Sven Fuchs's "routing_filter":http://github.com/svenfuchs/routing-filter/tree/master and Raul Murciano's "translate_routes":http://github.com/raul/translate_routes/tree/master.
|
||||
|
||||
h4. Setting the Locale from the Client Supplied Information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user