what is the easiest way to get an asset’s digest in ralis?
for example here is the javascript file
javascript_path "jquery.js"
and I wonder what is the digest for this jquery.js
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the environment object exposed at
Rails.application.assetsto get more information about your assets, as in: