diff options
author | Ryan Fitzgerald <rwfitzge@gmail.com> | 2012-04-24 20:43:10 -0700 |
---|---|---|
committer | Ryan Fitzgerald <rwfitzge@gmail.com> | 2012-04-24 20:46:51 -0700 |
commit | 0c46dbbc4557acb1e0af1c8ce697305398070922 (patch) | |
tree | 2c705020e4c200c198fe7566c03c2be1206bdce7 /railties/test/application/runner_test.rb | |
parent | 0cc32c5fd7f875de61262b430bca23825691899b (diff) | |
download | rails-0c46dbbc4557acb1e0af1c8ce697305398070922.tar.gz rails-0c46dbbc4557acb1e0af1c8ce697305398070922.tar.bz2 rails-0c46dbbc4557acb1e0af1c8ce697305398070922.zip |
Always quote hstore keys and values
escape_hstore uses quotation marks around keys and values only if it
seems necessary. However, it currently breaks in the presence of some
non-ASCII characters. Instead of trying to guess exactly which
characters are safe, it seems better to always use quotes.
Diffstat (limited to 'railties/test/application/runner_test.rb')
0 files changed, 0 insertions, 0 deletions