rails/actionpack/test/controller
2005-01-02 20:10:11 +00:00
..
action_pack_assertions_test.rb Killed the out of place alias and made sure you can use the different HTTP methods within the same testaction 2004-12-08 10:43:24 +00:00
active_record_assertions_test.rb Added the possibility of having validate be protected for assert_(in)valid_column #263 [Tobias Luetke] 2004-12-07 12:18:33 +00:00
cgi_test.rb Added graceful handling of non-alphanumeric names and misplaced brackets in input parameters [bitsweat] 2004-12-01 12:57:16 +00:00
cookie_test.rb Allow symbols to be used as names for setting cookies 2004-11-26 02:11:42 +00:00
filters_test.rb Initial 2004-11-24 01:04:44 +00:00
flash_test.rb Initial 2004-11-24 01:04:44 +00:00
helper_test.rb Added more informative exception when using helper :some_helper and the helper requires another file that fails, you'll get an error message tells you what file actually failed to load, rather than falling back on assuming it was the helper file itself #346 [dblack] 2004-12-22 13:44:16 +00:00
layout_test.rb Initial 2004-11-24 01:04:44 +00:00
redirect_test.rb Initial 2004-11-24 01:04:44 +00:00
render_test.rb Initial 2004-11-24 01:04:44 +00:00
request_test.rb Added Request#port_string to get something like ":8080" back on 8080 and "" on 80 (or 443 with https). 2004-12-18 18:01:28 +00:00
send_file_test.rb Initial 2004-11-24 01:04:44 +00:00
url_test.rb Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh] 2005-01-02 20:10:11 +00:00