Tableless views with active record

August 2nd 2011

ActiveRecord is great. It is awsome. The new ActiveRelation support for chaining and query building is amazing. However ActiveRecord is table bound. This means you cannot create models that do not exist as tables. Why would you want to do this?

Archives