mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
Update changelog to reflect application/json content type.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5696 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* respond_to recognizes JSON. render :json => @person.to_json automatically sets the content type and takes a :callback option to specify a client-side function to call using the rendered JSON as an argument. #4185 [Scott Raymond, eventualbuddha]
|
||||
# text/x-json response with body 'Element.show({:name: "David"})'
|
||||
# application/json response with body 'Element.show({:name: "David"})'
|
||||
respond_to do |format|
|
||||
format.json { render :json => { :name => "David" }.to_json, :callback => 'Element.show' }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user