-
Fix footer failing to render when there are multiple cells [Richard Luther]
-
Fix TableHelper::RowBuilder failing on Ruby 1.9.1
-
Release gems via rake-gemcutter instead of rubyforge
-
Automatically determine the colspan for the last footer to match the number of headers
-
Fix default headers including all model columns when using :select in the collection query
-
Reorganize documentation
-
Allow css classes to be customized
-
Use the jQuery UI css naming convention
-
Allow multiple headers to be created at once
-
No longer allow pre-existing headers to be customized (instead must re-define all headers)
-
Remove :header / :footer options
-
Simplify public interface
-
Remove the PluginAWeek namespace
-
Update tests to use ActionView::TestCase
-
Remove log files from gems
-
Support cell/column names that conflict with existing method names on the Row/Header classes
-
Avoid string evaluation for dynamic methods
-
Remove dependency on set_or_append
-
Updated documentation
-
Add README documentation
-
Add gem dependency on set_or_append
-
Refactor test method names
-
Convert dos newlines to unix newlines