Closed martyciz closed 4 years ago
.hash method has inconsistent results across different servers / ruby processes (see link).
.hash
I suggest replacing it with consistent method : Digest::SHA1.hexdigest.
Digest::SHA1.hexdigest
I'm working on test case in this PR: https://github.com/Selleo/pattern/pull/26
.hash
method has inconsistent results across different servers / ruby processes (see link).I suggest replacing it with consistent method :
Digest::SHA1.hexdigest
.