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
/
new_base
/
renderer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up the #render_to_body chain by extracting determining the templates ...
Yehuda Katz + Carl Lerche
2009-05-22
1
-9
/
+15
*
Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...
Jeremy Kemper
2009-05-21
1
-11
/
+2
*
Dead local
Jeremy Kemper
2009-05-21
1
-1
/
+0
*
Add HTTP Authentication to the new base
Pratik Naik
2009-05-22
1
-1
/
+1
*
Added the :xml render option
Yehuda Katz + Carl Lerche
2009-05-21
1
-1
/
+2
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
1
-9
/
+11
*
Make controller/content_type_test.rb pass on new base
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+5
*
Fixed new_base tests on ruby 1.9
Yehuda Katz + Carl Lerche
2009-05-20
1
-2
/
+2
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+1
*
Modified caching implementation to work with NewBase
Yehuda Katz + Carl Lerche
2009-05-19
1
-0
/
+5
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-5
/
+22
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
1
-0
/
+2
|
\
|
*
Revert "Whitespace!"
Yehuda Katz + Carl Lerche
2009-05-11
1
-11
/
+12
|
*
Whitespace!
Joshua Peek
2009-05-07
1
-12
/
+11
|
*
Make module dependency DSL opt in
Joshua Peek
2009-05-07
1
-0
/
+2
*
|
Fixed a bug with handling render options
Yehuda Katz + Carl Lerche
2009-05-11
1
-2
/
+2
*
|
Get render :inline working
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+4
*
|
Move ContentType inline for now.
Yehuda Katz + Carl Lerche
2009-05-01
1
-4
/
+6
*
|
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
1
-8
/
+1
*
|
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-4
/
+0
*
|
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+1
|
/
*
Rename render_to_string to render_to_body since it may return any Rack-compat...
Jeremy Kemper
2009-04-17
1
-4
/
+4
*
Add depends_on, use, and setup to abstract up ideas about module inheritance.
Yehuda Katz and Carl Lerche
2009-04-07
1
-10
/
+1
*
Finished implementing layout for render :text
Carl Lerche
2009-03-23
1
-5
/
+5
*
Working on being able to render :text with layouts
Carl Lerche
2009-03-23
1
-6
/
+7
*
Get very basic layouts working.
Yehuda Katz
2009-03-19
1
-6
/
+10
*
Started implementing render :action
Yehuda Katz
2009-03-19
1
-10
/
+42
*
Implemented basic template rendering in AC::Base2:
Yehuda Katz
2009-03-18
1
-2
/
+25
*
Working toward getting a basic AbstractController framework
Yehuda Katz
2009-03-17
1
-0
/
+11