Ruby on Rails latest stable (v2.3.4) - 0 notes

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ESCAPED_CHARS = { "\010" => '\b', "\f" => '\f', "\n" => '\n', "\r" => '\r', "\t" => '\t', '"' => '\"', '\\' => '\\\\', '>' => '\u003E', '<' => '\u003C', '&' => '\u0026' }

Attributes

[RW] use_standard_json_time_format

If true, use ISO 8601 format for dates and times. Otherwise, fall back to the Active Support legacy format.

[RW] escape_regex
[R] escape_html_entities_in_json
Show files where this module is defined (1 file)
Register or log in to add new notes.