Displaying 1 result from an estimated 1 matches for "apache_rail".
Did you mean:
apache_rails
2006 Mar 06
9
Apache + Displaying images
Hi,
I''m new to Rails, sorry if I''m repeating the question, but I couldn''t
find a solution for my problem so far :(
I''m using Apache2 as the web server of my Rails application. I keep my
images in public/images and tried inserting images to the page like
this;
<%= image_tag "rails.png" %>
But the image is not displayed on the browser. Can