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
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-1
/
+1
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-5
/
+5
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-1
/
+1
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-1
/
+3
*
Controller tests should always require view tests since they add behavior con...
Jeremy Kemper
2010-01-04
1
-0
/
+1
*
Autoload AS test case
Joshua Peek
2010-01-04
1
-1
/
+0
*
Autoload AC and AV test case classes
Joshua Peek
2010-01-04
1
-1
/
+0
*
Allow autoloads to opt out of eager loading
Joshua Peek
2009-12-12
1
-1
/
+0
*
TestProcess belongs in AD
Joshua Peek
2009-12-12
1
-2
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-0
/
+348
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-199
/
+0
*
Take care not to mix in public methods
Jeremy Kemper
2009-01-07
1
-9
/
+10
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-07
1
-0
/
+3
*
Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...
Joshua Peek
2008-12-20
1
-4
/
+1
*
Ensure integration test is load in script/console [#1452 state:resolved]
Joshua Peek
2008-11-24
1
-1
/
+0
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-31
/
+26
*
Remove controller assertions from Test::Unit::TestCase. Use ActionController:...
Jeremy Kemper
2008-11-07
1
-1
/
+58
*
Make sure named routes with parameters can be used in tests before a request ...
Eloy Duran
2008-10-13
1
-0
/
+3
*
Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]
Pratik Naik
2008-10-04
1
-1
/
+1
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-12
/
+50
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-0
/
+23
*
Added ActionController::TestCase#rescue_action_in_public! to control whether ...
David Heinemeier Hansson
2008-04-27
1
-2
/
+21
*
Allow using named routes in ActionController::TestCase before any request has...
Pratik Naik
2008-03-08
1
-2
/
+2
*
Make the non inferrable controller message a little friendlier. [Koz]
Michael Koziarski
2008-01-30
1
-1
/
+7
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-20
/
+12
*
Ensure that test case setup is run even if overridden. Closes #10382.
Jeremy Kemper
2007-12-28
1
-3
/
+16
*
When a NonInferrableControllerError is raised, make the proposed fix clearer ...
Marcel Molina
2007-12-05
1
-1
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-0
/
+53