What exactly is Arel in Rails 3.0?
What exactly is Arel in Rails 3.0? It’s an object model for an algebra of relational query operators. I understand that it is a replacement for ActiveRecord No, it isn’t. It’s a replacement for hand-crafting SQL queries in strings. It is a common query layer that underlies ActiveRecord, but it can also be used as … Read more