Displaying 2 results from an estimated 2 matches for "esposj".
Did you mean:
espasa
2005 Dec 15
3
Rails: Select and html forms
I''m close to getting this to work, but not quite there. I''m trying to
implement a dropdown control, with the current choice selected.
I have the following code in the view:
5 <select id="product_product_type" name="product[product_type]">
6 <%=
7 types = ProductType.find(:all, :order => "product_type")
8
2006 Jul 27
2
(Agile Rails 2nd ED) Depot App: Iteration B1 500 Error
Hello:
I am working through the 2nd Edition of the agile book (after watching the
first edition age on my shelf for 6 months), and am having a problem with
the newly created ''store''
I''ve checked the files and fucntions that I''ve written, namely:
model/product find_products_for_sale
controller/store index
views/store/index.rhtml
and they all seem to have