On 2/25/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > On 2/23/07, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > > > > Starting Monday I'll be working for myself and one of the things I'm > > > looking forward to is working on ActiveRecord more. > > > > Congratulations, it's a bunch of fun :) > > Will the change make the Abstract Adapter really abstract while moving all > generic SQL to "Abstract SQL Adapter" (which the current concrete adapters > would subclass instead)? Removing all SQL-specific code from AR::Base would > also be neat. > > That change would make room, for example, an adapter for XML databases in > the future!
It's highly unlikely that we'll make ActiveRecord anything other than a SQL database persistence tool. But if someone comes up with a nice XML database persistence thing, we'll refactor out common code into something like 'active model'. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
