Hi everyone,
I’m following the book “Agile web development with rails” and I hitted
my first problem. I can’t see any image in my list of products.
What I’m doing wrong?
html code
![]()
html code generated

URL
http://localhost:3002/admin/list
PS: I’m using Aptana Studio and I’m running a webrick server on port
3002 directly from Aptana.
I don’t think there is any thing wrong with the above code.
But do you really have an image with the name auto.jpg inside your
public/images directory?
On Nov 20, 1:59 am, Alberto Trujillo <rails-mailing-l…@andreas-
tiredness can be a bad enemy sometimes. My images where inside of
“images” directory but in the wrong path. As soon I moved them into
“public/images” everything worked. 