public
Description: tag for helpers for different tags similar to div_fotr
Clone URL: git://github.com/davidsch/tag_for.git
name age message
file .gitignore Mon Jul 14 08:24:49 -0700 2008 updated README, created .gitignore [StephanZ]
file MIT-LICENSE Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
file README Mon Jul 14 08:24:49 -0700 2008 updated README, created .gitignore [StephanZ]
file Rakefile Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
file init.rb Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
file install.rb Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
directory lib/ Mon Jul 14 08:19:55 -0700 2008 added fieldset to tag list [StephanZ]
directory tasks/ Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
directory test/ Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
file uninstall.rb Tue Jul 08 08:25:49 -0700 2008 Initial import [davidsch]
README
TagFor
======

Provides Tag Helpers similar to div_for for tags span h1 h2 h3 h4 h5 h6 ul ol li dt dd fieldset table td tr th p
So it is possible to generate on of these tags for a given object

Example
=======

span_for(object)


Copyright (c) 2008 David Schneider & Stephan, released under the MIT license