-
Notifications
You must be signed in to change notification settings - Fork 40
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
options hash error in .8 with activesupport 4.1.12 #16
Comments
@augustf: There is only one hard dependency for Readthis, and that is the Redis gem. If you want to use the Note: While Readthis does hook into ActiveSupport when it's present, it doesn't have any dependency on it. |
I've removed the hiredis driver, but still get the options error. Here's the trace:
|
@sorentwo It would appear dallistore had a similar issue sometime back (petergoldstein/dalli#195) and fixed it in this commit: petergoldstein/dalli@892020f. This could be a different issue, but their work might be worth a look. |
@augustf Thanks for following up. This turned out to be because of |
@sorentwo Yes-that did it for me. Thanks for the fix! So I don't have to continue loading from master, would a 0.8.1 release be in order? |
Yep! There is a very likely chance of a release today. |
Under readthis .8, I'm getting the error NoMethodError: undefined method `options' for #Readthis::Cache:0x000000020fea40. Reading over #11, I checked my syntax:
I couldnt see any problem there. So I reverted to 0.7 and tried the syntax from that point in the history:
That didn't work either. So I'm assuming there's something else in my installation that is at issue. While it's not mentioned explicitly in the gemspec, I'm assuming activesupport of some version or other is required. I have 4.1.12. Are there any other requirements or other issue that might be causing this?
The text was updated successfully, but these errors were encountered: