Skip to content

Instantly share code, notes, and snippets.

@tubbo
Forked from myobie/rails 2.3.x console
Created January 5, 2012 20:56
Show Gist options
  • Select an option

  • Save tubbo/1567245 to your computer and use it in GitHub Desktop.

Select an option

Save tubbo/1567245 to your computer and use it in GitHub Desktop.
>> { :hello => "<span>world</span>" }.to_json
=> "{\"hello\":\"\\u003Cspan\\u003Eworld\\u003C/span\\u003E\"}"
>> { :hello => "<span>world</span>" }.to_json
=> "{\"hello\":\"<span>world</span>\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment