will_paginate-bootstrap
will_paginate-bootstrap copied to clipboard
Fix deprecation warnings for Ruby 2.4
Since 2.4 deprecate the use of constant Fixnum, now check for 0.class instead (to ensure compatibility with older versions).
Cheers.
Could someone merge this?
Hey @nickpad can you please merge this? I am using this on Camaleon CMS and I need this solved.
If you release a version, then it would only be a new patch version, right?
why not just replace Fixnum with Numeric?
@bmalets Since this project is no longer maintained (I realized this after the PR) any further discussion is pointless =)