On Nov 16, 2:05 pm, Alexandra E Paredes T <
05-38...@usb.ve> wrote:
> Good Morning,
>
> I'm an student of Computer Engineering from Simón Bolívar University, in
> Caracas Venezuela. I'm working in my thesis about ORM and their
> "respectfulness" on databases. In order to have a better understanding of
> the Ruby on Rails ORM, I'm wondering where do I can read about the
> low-level methods of the ORM, or what module can I study to see that. Why
> I'm looking for is something like how ActiveRecords translates for example
> an search on SQL.
>
Sounds like you want to be looking at the arel gem and at
ActiveRecord::Relation
Fred
> In advance, thank you very much.