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
/
mime_responds.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure details are frozen after @details_keys lookup. The implementation wait...
José Valim
2010-03-27
1
-2
/
+1
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-0
/
+1
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
1
-0
/
+1
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-9
/
+12
*
Added AbstractController::Collector.
José Valim and Mikel Lindsaar
2010-01-23
1
-26
/
+3
*
Raise an error if respond_with is invoked and no format is declared.
José Valim
2010-01-10
1
-3
/
+6
*
Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...
José Valim
2009-10-17
1
-6
/
+3
*
Ensure that blocks are also handled inside the responder.
José Valim
2009-08-29
1
-18
/
+16
*
Attempt to render the template inside the responder, so it can be used for ca...
José Valim
2009-08-29
1
-21
/
+28
*
Ensure collections are not treated as nested resources.
José Valim
2009-08-13
1
-2
/
+3
*
Renamed ActionController::Renderer to ActionController::Responder and ActionC...
José Valim
2009-08-08
1
-13
/
+13
*
Renamed presenter to renderer, added some documentation and defined its API.
José Valim
2009-08-07
1
-152
/
+10
*
Encapsulate respond_with behavior in a presenter.
José Valim
2009-08-07
1
-190
/
+165
*
Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...
José Valim
2009-08-07
1
-0
/
+31
*
Add nagivational behavior to respond_with.
José Valim
2009-08-07
1
-47
/
+110
*
Merge branch 'master' of git://github.com/rails/rails into old
José Valim
2009-08-07
1
-47
/
+81
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
1
-0
/
+353