From: Brian Candler Date: 2009-07-13T21:00:38+09:00 Subject: Re: I just love RoR Martin DeMello wrote: > On Mon, Jul 13, 2009 at 12:28 PM, Luis Teko wrote: >> 6: <%= text_field 'movie', 'price' %>

>> 7:

: >> 8: <%= collection_select(:movie,:genre_id,@genres,:id,:title) %>

>> 9:


>> 10: <%= text_area 'movie', 'description' %>

>> 11: <%= submit_tag "Create" %> > > > Paste in the code for collection_select (and try asking on the rails > list - if this is a rails-specific problem, you'll get better answers > there). And while you're there, please ask them to improve Rails error messages so that if there's an error in a helper method, you get a pointer to the helper method line not the line in the template :-) -- Posted via http://www.ruby-forum.com/.