Closed maximeg closed 12 years ago
Just discovered this myself. I'm going to try to fork it for a quick fix, but considering it is an all new routing engine, I fear this is going to be a pretty big deal.
Update: Yeah, this is a pretty big deal. I don't have the bandwidth for this at the moment, but it's going to take some serious tweaking to get this to work as currently designed.
Hello Maxime,
Yes, I know :/ Unfortunately, I have currently no time to fix and to maintain the gem anymore :/
2012/1/20 Maxime Garcia < reply@reply.github.com
This (excellent) gem is broken with the freshly released Rails 3.2.
Due to
require 'rack/mount'
inlib/i18n_routing_rails3.rb
. Indeed, Rails 3.2 use Journey for the routing.
Reply to this email directly or view it on GitHub: https://github.com/kwi/i18n_routing/issues/33
Hey,
Just a former user of i18n_routing and translate_routes. Seeing both of them unmaintained I forked translate_routes into (https://github.com/francesc/rails-translate-routes) and made minor improvements. Still not working in 3.2 because of the Journey engine change but planning to rewrite it in order to support it in the following weeks. If somebody is interested in helping just let me know!
Thanks kwi for the work you've done.
Hey, good news :) Good luck with that!
2012/1/23 Francesc Pla < reply@reply.github.com
Hey,
Just a former user of i18n_routing and translate_routes. Seeing both of them unmaintained I forked translate_routes into ( https://github.com/francesc/rails-translate-routes) and made minor improvements. Still not working in 3.2 because of the Journey engine change but planning to rewrite it in order to support it in the following weeks. If somebody is interested in helping just let me know!
Thanks kwi for the work you've done.
Reply to this email directly or view it on GitHub: https://github.com/kwi/i18n_routing/issues/33#issuecomment-3611102
I put in a pull request to make this work with 3.2.
@kwi: If you don't want to upkeep anymore, let me know and maybe we can work out a transfer. I'm happy to try to keep up.
You got it first working. Congrats! :)
@jdcrutchley: great! we got rails translate-routes-working as well with 3.2: https://github.com/francesc/rails-translate-routes/issues/7#issuecomment-3708388
@jdcrutchley Awesome! You are now admin on the project, feel free to merge and change whatever you need! (I need your email to make you owner on rubygems.org too)
Thanks!
E-mail is jdcrutchley@spiffworks.com. Thanks! On Jan 29, 2012 5:31 PM, "Guillaume" < reply@reply.github.com> wrote:
@jdcrutchley Awesome! You are now admin on the project, feel free to merge and change whatever you need! (I need your email to make you owner on rubygems.org too)
Thanks!
Reply to this email directly or view it on GitHub: https://github.com/kwi/i18n_routing/issues/33#issuecomment-3712439
Done!
2012/1/29 Jamie Crutchley < reply@reply.github.com
E-mail is jdcrutchley@spiffworks.com. Thanks! On Jan 29, 2012 5:31 PM, "Guillaume" < reply@reply.github.com> wrote:
@jdcrutchley Awesome! You are now admin on the project, feel free to merge and change whatever you need! (I need your email to make you owner on rubygems.org too)
Thanks!
Reply to this email directly or view it on GitHub: https://github.com/kwi/i18n_routing/issues/33#issuecomment-3712439
Reply to this email directly or view it on GitHub: https://github.com/kwi/i18n_routing/issues/33#issuecomment-3713264
This (excellent) gem is broken with the freshly released Rails 3.2.
Due to
require 'rack/mount'
inlib/i18n_routing_rails3.rb
. Indeed, Rails 3.2 use Journey for the routing.