How does finger print digest gets calculated in Rails 4.2
问题 I am using Rails 4.2 and the document states that the fingerprint is an md5 digest calculated based on the content of the compiled file. If we take a file lets say application-4c697a2e67b1a921abbdc1f753c465d8.js , 4c697a2e67b1a921abbdc1f753c465d8 is the md5 digest. The problem is that we are never able to get the same value by generating md5 from the content of the same file. I have read somewhere that this fingerprint is not only based on the file but also affected by the environment along