You are here: Home // Views
Web Forms in Ruby on Rails
Podcast: Play in new window
| Download
Building web forms in Rails was something that confused me when I was new to the framework. This is probably due to the fact that there are some methods that are a lot alike and there are a couple of ways of instantiating a form that do different things.
The first way of building a form that is probably the most common is by using the ‘form_tag’ helper...

