Displaying 2 results from an estimated 2 matches for "catalog_num".
Did you mean:
catalog_nbr
2006 Mar 15
0
Grid making helper in view
...s, "variations", 3) do
|product_variation| %>
<td class="normal" id="ProductVariation_<%= product_variation.id %>">
<strong><%=h product_variation.title %></strong> <br />
Catalog Num: <%=h product_variation.catalog_num %> <br />
Price: $<%=h product_variation.price %> <br />
</td>
<% end %>
It doesn''t seem to like the rhtml as a block.
Am I approaching the problem wrong? If so, what should I be doing instead?
2005 Dec 24
2
Eleven??
I was poking around in the Gentoo Linux repository yesterday, trying to
satisfy my curiosity about how many programming languages there are in
"common use" today. I found one called "Eleven" which is quite strangely
similar in intent to Rails. The home page is
http://eleven.sourceforge.net/.
Eleven is much simpler than Rails, and there are some interesting ideas
in it. To