How to find precompiled asset digest path in Rails

Suppose we have a map-icon.png file under assets/map/ folder and we need to find the path for the precompiled version of this image.

You can find the path and display it in the view by using this:

= "/assets/#{Rails.application.assets.find_asset('new-map/map-gt3.png').digest_path}"
Unknown's avatar

Author: Abhilash

Hi, I’m Abhilash! A seasoned web developer with 15 years of experience specializing in Ruby and Ruby on Rails. Since 2010, I’ve built scalable, robust web applications and worked with frameworks like Angular, Sinatra, Laravel, Node.js, Vue and React. Passionate about clean, maintainable code and continuous learning, I share insights, tutorials, and experiences here. Let’s explore the ever-evolving world of web development together!

Leave a comment