provideal / tabulatr

A tight DSL to build tables of ActiveRecord or Mongoid models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
Other
160 stars 15 forks source link

Added humanize and titlecase to default header title formatting. #9

Closed troya2 closed 13 years ago

troya2 commented 13 years ago

Nice project! I have some column names that are multi-word, and they don't look too good with underscores. I thought this change would make a small but significant improvement.

Thanks! Troy

troya2 commented 13 years ago

Whoops - I left some of the tests disabled. I'll reenable them then send another pull request.