-
Notifications
You must be signed in to change notification settings - Fork 96
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
Rails3 undefined method `zero?' for nil:NilClass -- statssample override's Rail's Enumerable.sum #45
Comments
rrauenza
changed the title
Rails3 undefined method zero? for nil:NilClass -- statssample override's Rail's Enumerable.sum
Rails3 undefined method `zero?' for nil:NilClass -- statssample override's Rail's Enumerable.sum
Aug 13, 2015
The workaround we are using is using a version < 1.5.0, as this is the version this issue was introduced. |
Had the same problem with rails 3.2.22... Really nasty to debug! |
+1 |
Any update on this? |
I just removed it.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue
http://stackoverflow.com/questions/8899272/rails-3-undefined-method-zero-for-nilnilclass-in-many-to-many-relationsh
http://stackoverflow.com/questions/9289535/rails-3-2-uniqueness-validation-raises-undefined-method-zero-for-nilnilclass
also seems to affect this gem when using this within Rails 3.
Is there a workaround?
The text was updated successfully, but these errors were encountered: