Rails - Asset is not present in asset pipeline when using image_tag

Goal: Using my rails app with static images in assets in production environemt Steps: I turned my rails app to production environment. Precompiled the assets with RAILS_ENV=production rails assets: