index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
mime_responds.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-1
/
+5
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-1
/
+1
*
Make MimeResponds::Responder#any work without explicit types. Closes #11140 [...
Pratik Naik
2008-03-07
1
-2
/
+6
*
Make documentation comment for mime responders match documentation example. ...
Marcel Molina
2007-10-26
1
-1
/
+1
*
Some mime type refactoring. Closes #9957 [Josh Peek]
Jeremy Kemper
2007-10-23
1
-19
/
+8
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-2
/
+4
*
Fixed that a response has to be available for that exact mime type for it to ...
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Introduce a default respond_to block for custom types. Closes #8174.
Jeremy Kemper
2007-05-26
1
-69
/
+57
*
The default respond_to blocks don't set a specific extension anymore, so that...
Rick Olson
2007-04-12
1
-6
/
+15
*
Change default respond_to templates for xml and rjs formats. [Rick]
Rick Olson
2007-04-08
1
-4
/
+5
*
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
Jeremy Kemper
2006-10-08
1
-2
/
+3
*
Just use the vanilla mime type string, no need for fancy lookups [DHH]
David Heinemeier Hansson
2006-09-20
1
-2
/
+2
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
1
-2
/
+5
*
Docs and deprecation
David Heinemeier Hansson
2006-09-03
1
-5
/
+4
*
respond_to .html now always renders #{action_name}.rhtml so that registered c...
Tobias Lütke
2006-08-30
1
-6
/
+8
*
Update respond_to docs to follow established naming convention
Marcel Molina
2006-08-14
1
-7
/
+7
*
Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...
Michael Koziarski
2006-08-05
1
-1
/
+7
*
Doc fix (closes #5576)
David Heinemeier Hansson
2006-07-05
1
-1
/
+1
*
Finish custom handling [DHH]
David Heinemeier Hansson
2006-06-02
1
-6
/
+12
*
Make new mime types first class [DHH]
David Heinemeier Hansson
2006-06-02
1
-1
/
+1
*
Make new mime types first class [DHH]
David Heinemeier Hansson
2006-06-02
1
-7
/
+3
*
Added interrogation of params[:format] to determine Accept type. If :format i...
David Heinemeier Hansson
2006-05-31
1
-1
/
+6
*
Add documentation for respond_to
Marcel Molina
2006-03-28
1
-0
/
+87
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
1
-11
/
+5
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
1
-2
/
+4
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-1
/
+1
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
1
-0
/
+4
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-13
/
+19
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-2
/
+19
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
1
-1
/
+1
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-0
/
+53