If you need to get the full URL of an image, just put the following code snippet into ApplicationHelper module in your app/helpers/application_helper.rb:
1 2 3 4 5 6 7 | |
I wonder why this function is not already a standard part of Rails.
(Idea by Rob Biedenharn)