Sep
27th
Sat
27th
My StringTidy plugin
This is really tiny one.About
Wraps Tidy gem into String for easier usage. Allows you to clean up portions of HTML code in strings, without any effort.
Requires Tidy gem and Tidy C lib (which is installed on Mac and most Unixes by default).
Defines String#tidy(options={})Usage examples
Installation
- gem install tidy
- ./script/plugin install \ git://github.com/railsmonk/string_tidy.git
Sources
http://github.com/railsmonk/string_tidy/tree/masterThere’s also some other stuff on my github page, check it out.
