Hi,

I just installed Globalize and I'm very excited about it!

Using it with the default

  map.connect ':controller/:action/:id'

in config/routes.rb, there is no problem, but so far I set

  map.connect ':locale/:controller/:action/:id'

to pass the language trough the URL, it seems to enter
in an infine loop when I have a view with a render_component() call.

For sure in both above cases, the Locale.set()
is in app/controllers/application.rb.

Is it an already known bug?
Is there a way around?

Thanks for hints

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to