mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
3b2e356cd2d168c40c60015ee059070767f1fd7e
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fixed an exception when using Ajax based requests from Safari because Safari appends a \000 to the post body. Symbols can't have \000 in them so indifferent access would throw an exception in the constructor. Indifferent hashes now use strings internally instead. #746 [Tobias Luetke]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%