Actions
Refactor #9553
closedremove dump_in_quirks_mode
Description
We have created a method that adds quirks_mode => true
to JSON.dump
From json ~> 1.8, this option is built into JSON.dump method
We should remove dump_in_quirks_mode from initializers/json.rb
Updated by Shlomi Zadok about 10 years ago
- Status changed from Closed to Assigned
- Pull request added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/2202)
Shouldn't be closed until this fixing the issue!
This issue is a reminder to undo the quirks_mode, as it will be supported from json ~> 1.8
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 57000497dbadad0345f3266fc4a07069a257976f.
Actions