mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0b6ce34223
HTML specifications recommend the escaping of urls in web pages,
which url_for does by default for string urls and consquently
urls generated by path helpers as these return strings.
Hashes passed to url_for are not escaped by default and this
commit reverses this default so that they are escaped.
Undoes the changes of this commit:
|
||
---|---|---|
.. | ||
abstract | ||
activerecord | ||
controller | ||
dispatch | ||
fixtures | ||
lib | ||
template | ||
tmp | ||
abstract_unit.rb | ||
active_record_unit.rb | ||
ts_isolated.rb |