aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/mime_types.rb
Commit message (Expand)AuthorAgeFilesLines
* Added application/jsonrequest as a synonym for application/jsonMike Subelsky2008-07-021-1/+2
* change ActionController::RequestForgeryProtection to use Mime::Type#verify_re...rick2008-05-061-1/+1
* Add multipart and url-encoded form mime types.Jeremy Kemper2007-05-151-0/+3
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-0/+3
* Added default mime type for CSS (Mime::CSS) [DHH]David Heinemeier Hansson2007-02-181-0/+1
* Recognize the .txt extension as Mime::TEXT [Rick]Rick Olson2007-01-121-1/+1
* 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