You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids the monkey-patching that ActiveSupport adds in Rails apps, which can make it difficult to get string-identical output across platforms. Specifically, ActiveSupport changes #to_json to escape ampersands into their unicode codes. JSON.dump is used over JSON.generate because the former handles root objects other than arrays and objects.