Hey,
it's something that I did in edge rails - the 1.2 pre-releases don't have SingletonResource which is why you had to comment out that module_eval.
I think I'm going to have to release this as a plugin that I test against various rails versions because I'm pretty sure it's not a change that will appear in rails itself.
Trev On 28-Dec-06, at 2:07 AM, corvo wrote:
Hi, this seem to be exactly what I need : I develop my controllers in english, but I want to display URL in french and keep my mappings in routes.rb as simple as possible. Only one problem. I tried it and had to comment the last lines (SingletonResource module eval) : it's not working with the 1.2RC1 version. or maybe it's me : where did you put your code ? do you have to require some gem ? Thanks for this patch
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
