Question
Rails 4 images not loading
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×Same problem happened to me, i solved it changing the image tags:
<%= image_tag "assets/image.png" %>
to :
<%= image_tag "image.png" %>
More info: http://guides.rubyonrails.org/asset_pipeline.html