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
/
metal
/
responder.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
escape constant names
Joost Baaij
2010-08-26
1
-5
/
+5
*
Use attribute readers as they are faster in general.
José Valim
2010-08-19
1
-8
/
+2
*
Small changes to responder:
José Valim
2010-06-26
1
-5
/
+13
*
Fix a bug where responders were not working properly on method override.
José Valim
2010-05-24
1
-1
/
+1
*
Move the error raising to api_behavior.
José Valim
2010-04-07
1
-1
/
+2
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-1
/
+1
*
Ensure json is loaded before using responders.
José Valim
2010-03-17
1
-0
/
+2
*
Merge docrails
Pratik Naik
2010-01-17
1
-17
/
+17
*
Responder redirects to resource if destroy fails.
José Valim
2009-12-07
1
-2
/
+7
*
Allow ActionController::Responder to have a common entry point for all formats.
José Valim
2009-12-01
1
-3
/
+8
*
Split mime responder into smaller chunks and allow action to be configured.
José Valim
2009-11-13
1
-17
/
+27
*
Only undef to_json if it's defined
Jeremy Kemper
2009-10-19
1
-1
/
+1
*
Ensure that blocks are also handled inside the responder.
José Valim
2009-08-29
1
-5
/
+20
*
Attempt to render the template inside the responder, so it can be used for ca...
José Valim
2009-08-29
1
-5
/
+9
*
Ensure collections are not treated as nested resources.
José Valim
2009-08-13
1
-5
/
+5
*
Renamed ActionController::Renderer to ActionController::Responder and ActionC...
José Valim
2009-08-08
1
-0
/
+181