Skip to content

Commit

Permalink
i18n guide: this is not longer a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeiniesta authored and fxn committed Nov 21, 2010
1 parent cbea139 commit f044d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/i18n.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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.) 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 h4. Setting the Locale from the Client Supplied Information


Expand Down

0 comments on commit f044d38

Please sign in to comment.