joshmn / caffeinate

A Rails engine for drip campaigns/scheduled sequences and periodical support. Works with ActionMailer, and other things.

Home Page:https://caffeinate.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V3 guide

joshmn opened this issue · comments

commented

V3 will:

Changes to database

  • mailer_class will become action_class
  • mailer_action will become action_name

Changes to code

  • deprecate mailer_class, mailer_action until v4

Concerns

  • large table migrations
  • code changes?
    • hopefully nobody was silly enough to monkeypatch my shit code
    • shouldn't need any because the options will be deprecated

Changes to docs

  • hopefully already done?