rails 4 not using digests in asset filenames, but only in production
问题 The bounty expires in 2 days . Answers to this question are eligible for a +100 reputation bounty. stevec wants to draw more attention to this question: I have a similar problem (albeit slightly less complicated) here: stackoverflow.com/questions/65990841/… Basically assets aren't being given their full url (with digest) in production, so they simply aren't working. The urls are generated in the controller, and image_url() doesn't seem to return the same result from the controller as it does