I am using link_to img tag like following
<%= link_to image_tag(\"Search.png\", :border=>0, :class => \'dock-item\'), :action => \'search\', :co
I tried this too, and works very well:
<%= link_to home_index_path do %> <%= image_tag('bar.ico') %> .BAR <% end %>