I am using http://tagaholic.me/hirb/ to format AR queries in console with pretty, MySQL like table views.
The problem is, that by default Rails 3 .where queries, reaturned as ActiveRecord::Relation arent displayed in a table format. With imported table method everything is formatted properly. How to set default display to table in Hirb for a given object type?