-
enhancements
-
Do not add separator if label is not present (by github.com/eugenebolshakov)
-
Add method for output value only (by github.com/jenkek)
-
-
bug fix
-
Fix empty labels to be html_safe (label => false) (by github.com/eugenebolshakov)
-
-
enhancements
-
added :attributes method to generate all attributes given
-
update generator to use the new syntax show_for:install
-
-
bug fix
-
fix numeric types
-
-
bug fix
-
allow show_for to work with AR association proxies
-
-
enhancements
-
improvements on html safe and output buffers
-
-
enhancements
-
added label_proc
-
compatibility with latest Rails
-
-
enhancements
-
Rails 3 compatibility
-
-
bug fix
-
allow show_for to work with AR association proxies
-
-
enhancements
-
allow builder to be given to show_for
-
-
bugfix
-
Fix typo in yaml
-
-
enhancements
-
allow f.attribute :nickname, :in => :profile as association shortcut
-
-
deprecations
-
:method now becomes :using
-
-
enhancements
-
HAML compatibility (by github.com/grimen)
-
blank_content support (by github.com/grimen)
-
-
First release