Ruby on Rails Thursday, January 31, 2013

On 31 January 2013 11:41, manoj c. <lists@ruby-forum.com> wrote:
> Hi anybody please give me example to write select_tag with id, name and
> options,
> :note => here id and name of my select tag are different.

First have a look at the docs and then come back with your best atempt
and explain what does not work about it.
However, are you sure you want to use select_tag rather than using
form_for and f.select? There are occasions when using form_tag and
select_tag is appropriate but if possible then use form_for.

If you have not already done so then work right through a tutorial
such as railstutorial.org which is free to use online and will show
you the basics of rails.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment