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
/
test
/
controller
/
mime_responds_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unrelated render :yaml changes. References #4185.
Jeremy Kemper
2006-12-06
1
-2
/
+2
*
More thorough JSON tests. Use application/json by default, per rfc4627. Refer...
Jeremy Kemper
2006-12-06
1
-8
/
+16
*
respond_to recognizes JSON. render :json => @person.to_json automatically set...
Jeremy Kemper
2006-12-06
1
-0
/
+20
*
Added the option for extension aliases to mime type registration [DHH] Refact...
David Heinemeier Hansson
2006-12-02
1
-0
/
+5
*
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
Jeremy Kemper
2006-10-08
1
-0
/
+17
*
respond_to .html now always renders #{action_name}.rhtml so that registered c...
Tobias Lütke
2006-08-30
1
-0
/
+19
*
Finish custom handling [DHH]
David Heinemeier Hansson
2006-06-02
1
-0
/
+16
*
Added interrogation of params[:format] to determine Accept type. If :format i...
David Heinemeier Hansson
2006-05-31
1
-0
/
+14
*
Added test for Accept header for xml_http_request calls in functional tests (...
David Heinemeier Hansson
2006-03-18
1
-1
/
+9
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
1
-16
/
+28
*
fix broken respond_to test
Jamis Buck
2006-03-18
1
-1
/
+1
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
1
-0
/
+18
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
1
-0
/
+21
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
1
-1
/
+1
*
Default mime type for XML should be application/xml [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+12
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-2
/
+2
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+28
*
Assume that we accept what we give [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+18
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+38
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-0
/
+102
[prev]