Changeset 9239
- Timestamp:
- 04/08/08 03:47:08 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/configs/initializers/new_rails_defaults.rb
r9204 r9239 10 10 # Use ISO 8601 format for JSON serialized times and dates 11 11 ActiveSupport.use_standard_json_time_format = true 12 13 # Don't escape HTML entities in JSON, leave that for the #json_escape helper 14 # if you're including raw json in an HTML page. 15 ActiveSupport.escape_html_entities_in_json = false