according to
http://wiki.rubyonrails.com/rails/revision/FAQ?rev=0
it is written
“Where do I put static files like images, stylesheets and javascripts?
Static files should go in the public folder. It is best to put images in public/images, stylsheets in public/stylesheets and javascripts in public/javascripts. This will allow you to use the built-in Helpers more effectively. In your rhtml, the url’s would be relative to public. Thus it’s /images/image.png not /public/images/images.png.”
However I didn’t try yet. But I plan to do it.
Great idea!!!
P.