avatar

32

update changelog. references #3. by chrisk, 30 Jul, 2007 07:53 PM
Diff this changeset:
CHANGELOG
      *SVN*

* <tt>7/30/2007:</tt> Add support for both +FormHelper+ formats when using +form_for+:
    form_for(@user) do |f|
      f.text_field :website       # was working already
      text_field :user, :website  # now supported
    end

* <tt>7/28/2007:</tt> First public release