linjunpop / riif

🏦 A DSL to generate QuickBooks IIF file.
MIT License
46 stars 30 forks source link

Deprecation warning on Rails 6.0.0.rc1 #38

Closed jaredmoody closed 5 years ago

jaredmoody commented 5 years ago
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:
  >> Riif::Rails::TemplateHandler.call(template)
To:
  >> Riif::Rails::TemplateHandler.call(template, source)
jaredmoody commented 5 years ago

Can you release a new patch version containing this commit?

linjunpop commented 5 years ago

Sure. On a vocation, maybe after this weekend.

linjunpop commented 5 years ago

@jaredmoody Ship v0.8.0 🚀