Todd Huss
Todd Huss
Agreed, it's not ideal that the config is required even when the task isn't called. If anyone else using the project also has this need feel free to offer @salzig...
With this change the [unit tests on Travis are failing with ActiveRecord 4.2.0 and 5.0.0](https://travis-ci.org/github/thuss/standalone-migrations/builds/769378582) which is why this PR has never been merged. I think it's fine to say...
I'm seeing the same issue with the latest published 2.7.0 gem. Users are occasionally receiving duplicate notifications even though we only create a single entry in the rpush_notifications table.
Thanks for this PR!
The gem now officially supports rails 7 abd unit tests run against 7 without failing
I would try with the latest standalone migrations. I setup the test project you mention above and after running `bundle install` and `bundle exec rake --tasks` I don't get any...
You should be creating a file called `config.yml` (not `config.yaml`). I followed the exact same steps you listed above and it worked for me using the correct filename.