kwi / i18n_routing

I18n routing module for Rails 2.3.x and Rails 3. Translate your routes with ease !
MIT License
228 stars 48 forks source link

url_for not translating when :format specified #37

Closed dominikgrygiel closed 12 years ago

dominikgrygiel commented 12 years ago

Hi,

when using kaminari I've noticed that routes are not translated, within pagination for certain browsers. This happens due to url_for not working properly, when :format option is specified. This fixes the issue, which happens when rails router is applaying scores to routes in order to find the best one.