mirror of
https://github.com/github/rails.git
synced 2026-01-30 16:58:15 -05:00
b5e01f3e4a2a7e0d6ae496ccefb82a6b752b7ee6
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6449 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Never return nil from CGI#read_query for compatibility with plain CGI query params parser. Closes #7581.
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support serialized attributes. Closes #7502.
Deprecation: remove components from controller paths. Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. Closes #6755.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%