On Oct 6, 11:10 am, David Lee <[email protected]> wrote: > I was wondering if anybody has used Sequel with Rails' I18n module. It > would be great if Sequel Models could support all the localizations > that ActiveRecord supports--localization of Model names, columns/ > attributes, and validations. > > If Sequel does not work with Rails' I18n out of the box, what did you > have to do to get it to work nicely? Perhaps it's just a matter of > including a Module somewhere?
This isn't something I have looked into at all. You could always try it, see if it works, and let me know what the issues are if it doesn't. I'm not opposed to making changes to support Rails I18n, as long as they are backwards compatible and don't have a significant negative effect on performance. Ideally, you could just use a plugin to add Rails I18n support, but that will depend on what types of changes are needed. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
