-
Notifications
You must be signed in to change notification settings - Fork 121
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
Realease for 5.2.3 #80
Comments
What do you mean by that? All versions released of this gem should support 5.2.3. |
I'm sorry I didn't explain it well. When trying to use rails-observers on version 0.1.5 with rails 5.2.3 I'm getting this error:
We are not able to use the master when installing the gem because we use an internal artifactory that only enable us to install gems that are published. |
Thanks for the answer @amatsuda. When bundling the app pointing to this commit I'm getting the error bellow:
When bundling the app pointing to |
Running I get: rails aborted!
uninitialized constant ActionController::Caching::Sweeper
/my_app/app/sweepers/source_sweeper.rb:1:in `<main>'
/my_app/config/environment.rb:7:in `<main>'
bin/rails:4:in `<main>' Switching to latest master did not fix the issue. The solution was to add to the top of each sweeper: require "rails/observers/action_controller/caching" I found the solution in the still-open #4 from 2013. It seems that this gem does not get loaded properly by bundler. Please release a fixed version of the gem! |
Any plans on releasing the gem with Rails 5.2.3 compatibility?
The text was updated successfully, but these errors were encountered: