Flowdock

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

AUTO_LINK_RE = %r{ ( https?:// | www\. ) [^\s<]+ }x unless const_defined?(:AUTO_LINK_RE)

BRACKETS = { ']' => '[', ')' => '(', '}' => '{' }

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.