What exactly is Arel in Rails 3.0?

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-05-05T03:28:31Z Indexed on 2010/05/05 3:38 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I understand that it is a replacement for ActiveRecord and that it uses objects instead of queries.

But...

why is this better?

will objects/queries be "easier" to create?

will it lead to more efficient SQL queries?

will it be compatible with all major DB's? - I assume it will.

will it be easier/harder to use with stored procedures?

© Stack Overflow or respective owner

Related posts about arel

Related posts about ruby-on-rails