HTML Helpers plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.bountysource.com/leftbee-plugins/html_helpers
Two new methods will be automatically available in your views:
encode_entities: Encodes a string into a string with HTML entities:
>> <%= encode_entities("über geek") %> => "Über geek"
decode_entities: Decodes a string with HTML entities into a string:
>> <%= decode_entities("Über geek") %> => "über geek"
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 9 months ago

