Asset fingerprint differs between servers
问题 I am deploying my rails 3.2.14 application to 2 different servers with a load balancer in front of them. The assets are currently being precompiled on the server (via capistrano deployment). For some reason the fingerprint on the application.js file is different between the two servers. The source file is identical. IF I remove the //= require_tree . from the application.js then they both magically have the same fingerprint. I've come across a few posts that mention this issue, but never