Posts Tagged howto

  • How to make a custom form builder in Rails - January 6th, 2009

    A quick run through creating a custom form builder in rails. This particular form builder will inline error messages into your form labels.

  • How to use the new templates in Rails - December 27th, 2008

    One of the new features in the upcoming Rails 2.3 is templates. I’ve been playing around with them and have documented some ways of using them below.
    To start with, there’s a great write-up on most of the template methods on Pratik Naik’s blog
    I want to play with some ideas around how you can further customise [...]