index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
abstract_controller
/
rendering_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
rendering controller needs base
Joshua Peek
2009-12-12
1
-0
/
+1
*
Relocate AbstractController exceptions into their proper parent modules
Joshua Peek
2009-12-12
1
-6
/
+14
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Eliminate warning by initializing nil formats
Jeremy Kemper
2009-11-10
1
-0
/
+6
*
Add some basic render_test to AbstractController.
José Valim
2009-11-01
1
-7
/
+0
*
Improve AbstractController layouts coverage.
José Valim
2009-11-01
1
-3
/
+6
*
Move all render and layout pieces required in ActionMailer from ActionControl...
José Valim
2009-11-01
1
-0
/
+19
*
Refactor ActionController to use find_template and template_exists?
Yehuda Katz + Carl Lerche
2009-09-03
1
-1
/
+5
*
Extract finding the template in AC to it's own method
Yehuda Katz + Carl Lerche
2009-09-03
1
-3
/
+5
*
Caches and cache clearing seems to actually work, but the actual architecture...
Yehuda Katz
2009-08-15
1
-3
/
+14
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-1
/
+1
*
Renamed presenter to renderer, added some documentation and defined its API.
José Valim
2009-08-07
1
-0
/
+156