rails--rails/actionpack/lib/action_controller
Jeremy Kemper 953214bd23 Remove unrelated render :yaml changes. References #4185.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5697 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-06 23:16:25 +00:00
..
assertions
cgi_ext
macros
session
templates
vendor
assertions.rb
base.rb Remove unrelated render :yaml changes. References #4185. 2006-12-06 23:16:25 +00:00
benchmarking.rb
caching.rb
cgi_process.rb
components.rb
cookies.rb
deprecated_dependencies.rb
deprecated_redirects.rb
deprecated_request_methods.rb
filters.rb
flash.rb
helpers.rb
integration.rb
layout.rb
mime_responds.rb
mime_type.rb Added Request#format to return the format used for the request as a mime type. If no format is specified, the first Request#accepts type is used. This means you can stop using respond_to for anything else than responses [DHH] 2006-12-02 23:07:04 +00:00
mime_types.rb More thorough JSON tests. Use application/json by default, per rfc4627. References #4185. 2006-12-06 23:06:38 +00:00
pagination.rb
request.rb 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. References #4185. 2006-12-06 22:27:08 +00:00
rescue.rb
resources.rb
response.rb
routing.rb Dropped the idea of automatically routing :format for the vanilla routes -- that will be a treat for map.resources. Deprecated the name route root as it'll be used as a shortcut for map.connect '' in Rails 2.0 (Rails 1.2). Added map.root as an alias for map.connect '' (Rails 2.0) 2006-12-04 00:12:00 +00:00
scaffolding.rb
session_management.rb
status_codes.rb
streaming.rb
test_process.rb
url_rewriter.rb
verification.rb