Frederick Cheung wrote: > On Sep 19, 10:55�am, Max Baroi <[EMAIL PROTECTED]> > wrote: >> What's the lowest abstraction barrier between the database and ruby? >> Where are the files with the instructions on translating ruby commands >> to actual database queries for the particular database you've set up? >> > There's several bits to that. the responsability is shared between the > connection adapter ( in active_record/lib/connection_adapters) and > variety of bits of activerecord (a lot of that is in base.rb) > > Fred
So if someone wanted to add a database that rails could connect to, what files would they need to create? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

