What exactly is Arel in Rails 3.0?
- by Will
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?