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
*
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