Ruby on Rails
DisplayHelper

In comparison with other parts of Framework is view(.rhtml, helper) tier in my opinion currently underdeveloped.
I found PaginationHelper and all these SortHelpers really unhandy.
Why should we code(improve after scaffolding) HTML for every listing?
Is it possible to have one comprehensive parameterized Helper that provides all common needed functionality like e.g. Display Tag Library: display, sorting, paging, grouping, exporting for collections provided by controller etc.?
http://displaytag.sourceforge.net/,
Examples: http://displaytag.homeip.net/
Displays every collection/object “without HTML�?