Ruby on Rails ORM through ActiveRecord
Rails offers an ORM layer. This layer is not a very strict layer. To filter or sort objects, you are actually writing SQL code. There doesn’t seem to be much complaining in the community about this mis-feature. In fact in the Agile Web Development with Rails book, the author basically makes snide comments about people [...]