| Age | Commit message (Collapse) | Author |
|
Create a simple Pivot Table
|
|
* an example can be run with `ruby examples/pivot_table.rb`
* right now you cannot set options on the pivot table to make it useful (coming soon...)
|
|
|
|
block
|
|
This adds a serializable_element_attributes helper that should be
integrated as we have time for serializing child elements that are
based on object attributes.
|
|
|
|
|
|
position
|
|
|
|
|
|
This should be done for all classes that use this same peice of
repeated code.
|
|
I really need to discontinue support for 1.8.7...
|
|
|
|
additional_attributes parameter to specify attributes that are not instance_values
|
|
|
|
Module or Class is just not cool
|
|
Seems to cause some problems with 1.9.1 not willing to spend the effort
time to find out why ;?
|
|
extraction refactoring
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding in Filters, Filter, DateGroupItem and FilterColumns. Still needs
more specs/docs but we are almost there.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and misnamed app attributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|