Files
rails/actionpack/test/template
Santiago Pastorino 1851af84c1 password_field renders with nil value by default
This makes the use of passwords secure by default if you want to render
the value of the password_field you have to do for instance
f.password_field(:password, :value => @user.password) # =>
<input type=password id=user_password name=user[password]
value=#{@user.password} />
2010-08-28 05:23:34 -03:00
..
2010-05-02 22:45:54 +02:00
2010-08-18 16:49:06 -07:00