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
/
new_base
/
render_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename ActionView::Template::Path ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-06-17
1
-1
/
+1
|
*
Replace the class level Rack::Test DSL with the regular integration tests DSL
Pratik Naik
2009-05-20
1
-24
/
+21
|
*
Merge Failsafe middleware into ShowExceptions
Joshua Peek
2009-05-17
1
-3
/
+3
|
*
Instead of checking Rails.env.test? in Failsafe middleware, check ↵
Bryan Helmkamp
2009-05-16
1
-3
/
+3
|
|
|
|
env["rails.raise_exceptions"]
*
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
1
-2
/
+2
|
*
Committing the last changes before we start trying to get the old tests to ↵
Yehuda Katz + Carl Lerche
2009-05-01
1
-4
/
+44
|
|
|
|
pass on the new base
*
Ported over the concept of public instance methods on controller child ↵
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+10
|
|
|
|
classes as callable action methods
*
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+18
|
*
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+20