I\'m using Rails 3.1. I\'m trying to figure this out, and to my surprise, it is starting to seem that rails does not come with this method at all. Maybe im wrong.
Ca
Could you just do:
root_url[0..-2] + asset_path(image.png)
...to trim the trailing slash in the root url?