aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/mime_responds.rb
Commit message (Expand)AuthorAgeFilesLines
* Make documentation comment for mime responders match documentation example. ...Marcel Molina2007-10-261-1/+1
* Some mime type refactoring. Closes #9957 [Josh Peek]Jeremy Kemper2007-10-231-19/+8
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-2/+4
* Fixed that a response has to be available for that exact mime type for it to ...David Heinemeier Hansson2007-09-291-1/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* Introduce a default respond_to block for custom types. Closes #8174.Jeremy Kemper2007-05-261-69/+57
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-121-6/+15
* Change default respond_to templates for xml and rjs formats. [Rick]Rick Olson2007-04-081-4/+5
* r5515@ks: jeremy | 2006-10-08 13:24:42 -0700Jeremy Kemper2006-10-081-2/+3
* Just use the vanilla mime type string, no need for fancy lookups [DHH]David Heinemeier Hansson2006-09-201-2/+2
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-2/+5
* Docs and deprecationDavid Heinemeier Hansson2006-09-031-5/+4
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-301-6/+8
* Update respond_to docs to follow established naming conventionMarcel Molina2006-08-141-7/+7
* Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...Michael Koziarski2006-08-051-1/+7
* Doc fix (closes #5576)David Heinemeier Hansson2006-07-051-1/+1
* Finish custom handling [DHH]David Heinemeier Hansson2006-06-021-6/+12
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+1
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-7/+3
* Added interrogation of params[:format] to determine Accept type. If :format i...David Heinemeier Hansson2006-05-311-1/+6
* Add documentation for respond_toMarcel Molina2006-03-281-0/+87
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-181-11/+5
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-2/+4
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-151-1/+1
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-151-0/+4
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-121-13/+19
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-121-2/+19
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-121-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-0/+53