I am working on tutorials and am working on the photo slideshow. http://rubyonrails.freetutorial.info/index.htm I have found some problems. The tutorial recommends downloading the source code zip file, but there is no address to download that I can find. I seems to be avery good tutorial. One of the problems I am having is an error with the "url_for" and can''t discoover the proper syntax. ======code================<table> <% for photo in @photos %> <tr> <td> <%= link_to(image_tag("photos/#{photo.thumbnail}", :size => ''75x56'', :border => 1 ), url_for ( :action => ''show'', :id => photo ) ) %> ======end======I have removed and added :controller , parenthesi, etc with no luck. Any help will be appreciated Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060929/9a6df401/attachment.html