mirror of
https://github.com/github/rails.git
synced 2026-02-03 10:45:01 -05:00
06c2b43f36c84ddd3e17ada057b3dc621d4140f0
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3852 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS, so you can call page.field.clear("my_field") to generate Field.clear("my_field");. Added :content_type option to render, so you can change the content type on the fly. Do type/subtype reordering of Accept header preferences for xml types (aka make Firefox work with respond_to). CHANGED DEFAULT: The default content type for .rxml is now application/xml instead of type/xml, see http://www.xml.com/pub/a/2004/07/21/dive.html for reason
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%