Closed EtienneDepaulis closed 3 years ago
The builds are broken right now. I am planning to migrate to github actions before I can start fixing issues and make it compatible with latest rails versions
Created a branch with your commits and rails5.2 branch here - https://github.com/shadabahmed/logstasher/tree/rails_6_1
Thanks for helping out. I'll close this branch
Fixes
NameError: uninitialized constant LogStasher::ActiveJob
error when migrating to Rails 6.1The current version of
logstasher
relies onActiveJob::Logging::LogSubscriber
which was recently moved toActiveJob::LogSubscriber
in https://github.com/rails/rails/commit/e8b3a46d2eee19eaad89f4b8bdddcf774ac47dbb#diff-607cb532b6032217dc132c06d6822726cdd173c1907c09bddae078e436c50e03This code is not (yet ?) compatible with Rails <6.1