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
/
controller
/
new_base
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack ↵
wycats
2010-03-19
2
-3
/
+5
|
|
|
|
response was a String.
*
Improve performance of the rendering stack by freezing formats as a sign ↵
José Valim
2010-03-19
1
-2
/
+13
|
|
|
|
that they shouldn't be further modified.
*
remove duplicated self.view_paths assingment on controller tests [#4206 ↵
Santiago Pastorino
2010-03-18
1
-2
/
+2
|
|
|
|
|
|
state:commited] Signed-off-by: wycats <wycats@gmail.com>
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-0
/
+27
|
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+7
|
*
Add tests for lookup context.
José Valim
2010-03-11
1
-1
/
+1
|
*
Add support for compile-time <%= raw %>
Yehuda Katz
2010-01-31
1
-22
/
+34
|
*
deOMGifying Railties, Active Support, and Action Pack
Mikel Lindsaar
2010-01-31
3
-26
/
+26
|
*
Stop overriding LoadError.new to return a MissingSourceError (and sometimes ↵
Yehuda Katz
2010-01-19
1
-1
/
+1
|
|
|
|
nil!)
*
Fix failing test.
José Valim
2010-01-19
1
-2
/
+2
|
*
Clear out AS callback method pollution in AC::Base.action_methods
Joshua Peek
2010-01-17
1
-1
/
+27
|
*
test-unit 2 compat: assert_raise doesn't support regexp second arg to match ↵
Jeremy Kemper
2009-11-10
1
-1
/
+1
|
|
|
|
exception message
*
Update MetalTest for constant scoping change in 1.9
Yehuda Katz
2009-10-15
1
-2
/
+2
|
*
Fix test to correctly handle 1.9 Array#to_s behavior
Yehuda Katz
2009-10-15
1
-1
/
+1
|
*
Redraw default routes on all internal integration tests. We don't need ↵
Joshua Peek
2009-10-03
13
-26
/
+26
|
|
|
|
SimpleRouteCase anymore
*
Changing directories during the test breaks file loading when ran by itself
Joshua Peek
2009-10-03
1
-32
/
+21
|
*
File extra test folders into controller, dispatch, or template
Joshua Peek
2009-10-03
16
-0
/
+1402
[prev]