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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated old AC::Base for small changes to AV
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+2
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-09
1
-12
/
+10
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-4
/
+4
*
Use fully-qualified controller name when logging. [#600 state:resolved]
Ripta Pasay
2008-07-17
1
-0
/
+20
*
Fix url_for with no arguments when default_url_options is not explicitly defi...
Luke Redpath
2008-06-17
1
-1
/
+17
*
regression test for bug introduced in [6a6b4392c16c665eb713705f2b38e959a658ee...
rick
2008-05-05
1
-0
/
+13
*
Allow ActionController::Base#default_url_options to have a default options ar...
Cheah Chu Yeow
2008-05-05
1
-1
/
+1
*
Ensure that default_url_options, if defined, are used in named routes.
Cheah Chu Yeow
2008-05-04
1
-0
/
+34
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+1
*
Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]
Jeremy Kemper
2007-12-29
1
-1
/
+4
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+4
*
Mocha 0.4 mixes in more public instance methods, confusing controller identif...
Jeremy Kemper
2007-01-24
1
-10
/
+8
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
1
-0
/
+11
*
Invoke method_missing directly for hidden actions. Closes #3030.
Nicholas Seckar
2006-08-13
1
-0
/
+58
*
Make controller_path available as an instance method. Closes #5724.
Jeremy Kemper
2006-08-05
1
-2
/
+4
*
Make action caching aware of different formats for the same action so that, e...
Marcel Molina
2006-08-03
1
-1
/
+0
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
1
-42
/
+31
*
Expose the session model backing CGI::Session
Jeremy Kemper
2005-10-20
1
-2
/
+6
*
Require 'pp' early to prevent the pretty-print methods being mixed in too lat...
Jamis Buck
2005-09-20
1
-0
/
+1
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-1
/
+1
*
Made base_tests.rb run as part of rake
David Heinemeier Hansson
2005-09-15
1
-0
/
+72
[prev]