gtd / csv_builder

CSV template handler for Rails 3
MIT License
82 stars 35 forks source link

rails 6 deprecation issue #15

Closed roman-melnyk closed 4 years ago

roman-melnyk commented 4 years ago

on Rails 6, there is a deprecation warning, it would be great to have it fixed

DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must
now accept two parameters, the view object and the source for the view object.
Change:
  >> CsvBuilder::TemplateHandler.call(template)
To:
  >> CsvBuilder::TemplateHandler.call(template, source)
gtd commented 4 years ago

2.1.2 released to fix this.