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
When :callback, :content_type, or :status are also passed when caling
render :json, those keys are used to control aspects of the response and
aren't intended to be used for the JSON generation itself.
Removing these options allows us to hit the fast path in JSON generation
where we can avoid an extra deep-dup through calling .as_json.
0 commit comments