module TextHelper
Ruby on Rails 2.2.3
The TextHelper module provides a set of methods for filtering, formatting and transforming strings, which can reduce the amount of inline Ruby code in your views. These helper methods extend ActionView making them callable within your template files.
Constants
Methods (defined here)
- # auto_link
- # concat
- # current_cycle
- # cycle
- # excerpt
- # highlight
- # markdown
- # pluralize
- # reset_cycle
- # simple_format
- # textilize
- # textilize_without_paragraph
- # truncate
- # word_wrap