This one is a fairly easy upgrade although it was a little hard to discover all the issues. The main work was around removing Inherited Resources.
Here are more detailed notes:
- All calls to
.deliver
become.deliver_now
. Including in your tests and stubs. If you had any tests that depended on the code block to be executed, you have to call.deliver_now
as method...