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
/
template
/
test_case_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixing space errors
Aaron Patterson
2011-01-17
1
-1
/
+1
*
Allow view in AV::TestCase to access it's controller helpers methods
Santiago Pastorino
2011-01-12
1
-0
/
+21
*
Rename _assigns to view_assigns in AV::TC
David Chelimsky
2010-10-03
1
-0
/
+31
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
Allow view helper's #initialize method to be called. [#5061 state:resolved]
Carl Lerche
2010-09-13
1
-0
/
+13
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-2
/
+2
*
Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...
David Trasbo
2010-06-26
1
-1
/
+1
*
Expose view via the view() method in AV::TestCase::Behavior
David Chelimsky
2010-06-23
1
-12
/
+16
*
In ActionView::TestCase::Behavior, assign variables right before
David Chelimsky
2010-06-23
1
-0
/
+9
*
Add support for specifying locals in view tests with assert template [#4927 s...
David Chelimsky
2010-06-22
1
-2
/
+16
*
Support render_template in view tests. Useful for specifying which
David Chelimsky
2010-06-20
1
-0
/
+8
*
Memoize the object returned by _view in ActionView::TestCase::Behavior
David Chelimsky
2010-06-08
1
-0
/
+4
*
In AV::TC, move protect_against_forgery? from the test_case to the
David Chelimsky
2010-06-03
1
-0
/
+15
*
reorganize tests for AV::TC
David Chelimsky
2010-06-03
1
-140
/
+138
*
Support configuration of controller.controller_path on instances of
David Chelimsky
2010-05-26
1
-2
/
+2
*
Move AV::TC to AV::TC::Behavior [#4678 state:resolved]
David Chelimsky
2010-05-24
1
-0
/
+14
*
Consistent routing language
Joshua Peek
2010-03-30
1
-1
/
+1
*
remove_method is private
Carlhuda
2010-03-04
1
-2
/
+2
*
Safely cleans up a test to avoid relying on a particular test order
wycats
2010-03-04
1
-10
/
+23
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-1
/
+1
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-2
/
+2
*
Share ActionView::TestCase's output_buffer with view for concat support.
Chris Hapgood
2009-11-07
1
-0
/
+5
*
Make some assertions in the ActionView::TestCase tests actually do something.
Chris Hapgood
2009-11-07
1
-4
/
+4
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
File extra test folders into controller, dispatch, or template
Joshua Peek
2009-10-03
1
-0
/
+172