Sha256: 45d50e50e72f6a657791da52f90ca0d6696770eb5917d14c05f31a5881b03172

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 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', :git => 'git://github.com/servasat/yaml_form_helper.git'

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

3 entries across 3 versions & 1 rubygems

Version Path
yaml_form_helper-0.0.3 README
yaml_form_helper-0.0.2 README
yaml_form_helper-0.0.1 README