-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add rails5.1 #148
Add rails5.1 #148
Conversation
@@ -35,7 +35,7 @@ def cache_key | |||
if Object.const_defined?(:ActiveModel) | |||
model_name.cache_key | |||
else | |||
ActiveSupport::Inflector.tableize(self).downcase | |||
ActiveSupport::Inflector.tableize(self.name).downcase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but this code has been failed.
@syguer I currently have no projects that use active_hash. Is there something in particular that I can do, or are you asking me to just kick the tires? |
@kbrock Thanks for reply. just kick the tires please! |
need to get rid of quoted_id too see rails/rails#27962 (comment) |
@grosser Thanks for information. It seems to be just deprecated. Could you create an issue about your problem? |
here ya go: #150 |
@grosser thanks! :) |
Rails 5.1 has been released 🎉