aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/mime_types.rb
Commit message (Expand)AuthorAgeFilesLines
* More thorough JSON tests. Use application/json by default, per rfc4627. Refer...Jeremy Kemper2006-12-061-2/+4
* respond_to recognizes JSON. render :json => @person.to_json automatically set...Jeremy Kemper2006-12-061-0/+1
* Added the option for extension aliases to mime type registration [DHH] Refact...David Heinemeier Hansson2006-12-021-0/+10