Conrad Taylor wrote: > On Tue, Jul 14, 2009 at 2:00 AM, Conrad Taylor <[email protected]> > wrote: > >>> For example, I read a tutorial mentioning a form variable that just seem >> >> Last name : <%= form.text_field :last_name %><br /> >> Biography : <%= form.text_area :biography %><br /> >> Admin? : <%= form.check_box :admin %><br /> >> <% end %> >> >> > Also, I would recommend getting a copy of "Agile Web Development with > Rails > 3rd edition" by Dave Thomas et al. Furthermore, I would take some time > learning about the Rails API. > > Good luck, > > -Conrad
Thanks for the info and I got that book you mentioned. However I wanted an easily available api doc (like Suns javadoc) where I could find this "form" parameter (and others like it) and what fields are available. For example you mention form.text_field, form.text_area. What others are there and are they listed anywhere? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

