Sha256: 6b55110c041bc616596e34d6365fe0a0db541d83c6225818efeb9c6ae5f67c8e
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
YamlFormHelper ============== The YamlFormHelper is a Rails Plugin that extends the FormBuilder Class with methods to create form tags for the HTML/CSS Framework YAML (http://www.yaml.de/) You might want to check out my compass plugin cyaml at https://github.com/servasat/cyaml Installation ============ Add this to your Gemfile gem 'yaml_form_helper' and run bundle install Now include it in your Helpers module ApplicationHelper include YamlFormHelper end Example ======= <%= yaml_form_for(@bird) do |f| %> <%= f.yaml_text_field :name %> <%= f.yaml_submit %> <% end %> Copyright (c) 2011 Michael Gerber, released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yaml_form_helper-0.0.5 | README |
yaml_form_helper-0.0.4 | README |