Feb 8, 2008
Generic-user-small Ivan Suchý 3 posts

Topic: Rails for PHP Developers / What version of Rails is used

Thanks, John.

 
Feb 7, 2008
Generic-user-small Ivan Suchý 3 posts

Topic: Agile Web Development with Rails / Depot with Rails 2.0.2

[Simon Krollpfeifer]

<% for product in @products -%>
    <div class="entry">
        <%= image_tag(product.image_url) %>
        <h3><%= h(product.title) %></h3>
        <div class="desc"><%= product.description %></div>
        <span class="price"><%= product.price %></span>
    </div>
<% end %>
 
Feb 7, 2008
Generic-user-small Ivan Suchý 3 posts

Topic: Rails for PHP Developers / What version of Rails is used

in this book?

3 posts