Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version raises an error with ActiveSupport::LogSubscriber #128

Closed
nimarosa opened this issue Dec 16, 2020 · 5 comments · Fixed by #129
Closed

New version raises an error with ActiveSupport::LogSubscriber #128

nimarosa opened this issue Dec 16, 2020 · 5 comments · Fixed by #129

Comments

@nimarosa
Copy link

Hello, i just updated to the new version on rails 6.0.3 and i get a NameError for ActiveSupport::LogSubscriber.

I think it has to be with the recent changes to support version 6.1 like this one #125. Is the gem no longer offer compatibility with 6.0.3 apps? I plan to update but not yet because 6.1 is too recent and some gems get broken.

@rpbaltazar
Copy link
Contributor

It was not meant to break anything. Will look into it and fix it

@nickgal
Copy link
Contributor

nickgal commented Dec 16, 2020

I ran into this as well on 6.1.

As a temporary fix I added require 'active_record/log_subscriber' to my application.rb before the Bundler.require call.

@rpbaltazar
Copy link
Contributor

rpbaltazar commented Dec 17, 2020

@nicolasrsande / @nickgal can you test the development branch? I've currently an issue with the CI #130 which i'm trying to work out so until then I can't feasibly run the test suite.

@nimarosa
Copy link
Author

@rpbaltazar Sure, I will test it tomorrow morning and let you know the result.

@nimarosa
Copy link
Author

@rpbaltazar Confirmed development branch changes fix the error. All test passed. For me it's ready to merge.

rpbaltazar added a commit that referenced this issue Dec 18, 2020
Prepare Release - 2.8.1

**Implemented enhancements:**

**Fixed bugs:**

- New version raises an error with ActiveSupport::LogSubscriber [#128](#128)
- Weird logs when tenant fails to create [#127](<#127>)

**Closed issues:**

- Removed travis and slim configured circleci [#130](#130)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants