There is such a select:
<%= select_tag('group_by', options_for_select([[]] + @query.groupable_columns.collect {|c| [c.caption, c.name.to_s]}, @query.group_by)) %> Tell me how to add the :selected attribute to it so that it is empty by default, i.e. :selected => "" ?