Rails 4 and Leaflet: assets/images not found? -


i having problem should not problem. reason images have in app/assets/images not accessable. when request them 404.

./log/development.log:started "/assets/images/marker-shadow.png" 127.0.0.1 @ 2013-07-20 22:02:38 -0400 ./log/development.log:actioncontroller::routingerror (no route matches [get] "/assets/images/marker-shadow.png"):  mike@sleepycat:~/projects/myapp$ ls app/assets/images/ marker-icon-2x.png  marker-icon.png  marker-shadow.png 

this should braindead easy fix... restarting server @ most. have restarted server, have checked file permissions make sure files have sane permissions on them... , still 404's when load page.

what missing here?

using rails 4.

just image helper :

image_path('marker-shadow.png') 

the path generated rails "/assets/marker-shadow.png" without 'images' folder.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -