James Herdman
James Herdman
Alas, I'm merely a humble dev in the same boat as you. I have no authority on this project. Best of luck!
Hey @meowsus ! I sadly won't be able to help. We bailed on Premailer for Roadie. Best of luck!
I'll try to get something out this week if someone could test out the integration with their app and verify that it's working as expected.
Apologies, I still need to do this release. Holidays, kids, etc. 🎄 🎅🏻 🍾
Please see https://github.com/adopted-ember-addons/ember-metrics/releases/tag/v2.0.0-beta.2
@DanThiffault hey Dan. I was wondering if you had a minute to take a look at merging this in over the next few days?
Updated to make the step in question configurable. Some folks may want a migrate, some db:setup, others may have custom steps.
Reproduction https://github.com/jherdman/cucumber-rails-database-cleaner-repro. Simply running `bin/cucumber` after clone, and install will reproduce. I think my ideal world would be the total elimination of the default JavaScript strategy. We already have the...
Should anyone find this and need a work around you can simply "alias" the deletion strategy as truncation as follows: ```ruby module DatabaseCleaner module Redis Truncation = Deletion end end...
Perhaps simply offering a `null` strategy in which one must configure the `Before`/`After` hooks would be less disruptive? This would resolve my issue.