Is there any gem that enables you to use something like the Criteria API from the Java persistence framework Hibernate?
I think Hibernate Criteria API is one of the bests APIs ever for queries and I really miss it when developing in Ruby on Rails. I really don't like the way Raills work with ActiveRecord for queries.