Cheat Sheet: relative URL of asset in Rails

once and for all:
real path as it is shown in Git:

app/assets/images/all/the/subfolders/my_image.jpg

Headache-causing path as Rails uses it:

/assets/all/the/subfolders/my_image.jpg

To whom this makes sense: feel free to explain it to me >_<

Philipp Antar