Go to file
Dwayne Litzenberger 808cad2bb4 Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]
According to RFC 4627, only the following Unicode code points are
allowed unescaped in JSON:

  unescaped = %x20-21 / %x23-5B / %x5D-10FFFF

However, ActiveSupport::JSON did not escape the range %x00-1f.  This caused
parse errors when trying to decode the resulting output.

[#3345 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-12-23 11:46:06 -08:00
actionmailer All AM modules are safe to defer 2009-12-22 17:33:00 -06:00
actionpack Require rack-mount 0.3.3 2009-12-22 19:44:38 -06:00
activemodel All AMo modules are safe to defer 2009-12-22 17:39:41 -06:00
activerecord Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
activeresource All ARes modules are safe to defer 2009-12-22 17:36:29 -06:00
activesupport Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f] 2009-12-23 11:46:06 -08:00
arel@0faeb50474 Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler 2009-11-16 12:30:06 -08:00
ci Update CI bundler 2009-12-21 17:27:30 -06:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
rack@adf996587a Break up rails and railties: 2009-12-02 11:35:47 -08:00
railties Merge 2009-12-22 17:31:29 -08:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Ignore all pkg files 2009-12-02 11:35:48 -08:00
.gitmodules Break up rails and railties: 2009-12-02 11:35:47 -08:00
Gemfile Merge 2009-12-22 17:31:29 -08:00
Rakefile Break up rails and railties: 2009-12-02 11:35:47 -08:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
rails.gemspec Break up rails and railties: 2009-12-02 11:35:47 -08:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00