Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.52 KB

ToDo

  • Autodetection in table data of: boolean and 'true' and 'false'. To render with red and green traffic-light image.
  • Add tip to cell
  • Add option :excel => false to column to remove from excel export
  • Add option [:export][:type] => :xls, :xlsx, :pdf, :all, [:xls, :xlsx]
  • Add option [:export][:table] => true to have a backup of the table
  • Add :if => Proc.new to condition column presence

BugToFix

  • link :name=> "pippo", body_type => icon, :url => "my_url" do not render default icons if not passed in yml
  • Export: currency column must not be renderered as string
  • Export: unable to find local view if namespace are used. If I call export from /production/orders/index.html contrllers.paths has only /orders/index.xlsx.maker
  • Rails 3.0.20 introduce problem in exporting excel files (json sending symbols)

1.0.9 (October 15, 2013)

  • Fixed metasearch and willpaginate dependency
  • Added usefull_table.en.yml, to make gem working out of the box for en users!
  • Fixed Excel Export problem with Rails 3.0.20 due to xml decode symbols

1.0.8 (September 5, 2013)

  • Fixed Header Link localization, now localize association correctly

1.0.7 (March 30, 2013)

  • Fixed data_type => Date, Time, DateTime crash with blank/empty values

1.0.6 (October 11, 2012)

  • Added Percentage support to :data_field

1.0.5

  • If Currency column is nil, must output 0 currency formatted

1.0.2 (July 13, 2012)

  • Update to Rails 3.0.14

1.0.1 (June 29, 2012)

  • First working release

0.1.0 (June 18, 2012)

  • first Release