Tag Archives: template

Extending Rails Form Builders

Extending forms in Rails is simple and will greatly reduce the amount of code in your views. This example is taken right from the Agile Web Development book on Rails(2.1.*) with one minor tweak. I want to pass a label argument along with the field name so that I can display a more human friendly [...]
Posted in Ruby on Rails | Also tagged , , , , , , | Leave a comment