rails--rails/actionpack/test/controller
David Heinemeier Hansson d3a8d5f93c Fixed url rewriter confusion when the controller or action name was a substring of the controller_prefix or action_prefix
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@398 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-12 16:23:18 +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 Added conditional filters #431 [Marcel] 2005-01-09 17:14:47 +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 Added authentication framework to protect actions behind a condition and redirect on failure. See ActionController::Authentication for more. 2005-01-09 15:20:00 +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 url rewriter confusion when the controller or action name was a substring of the controller_prefix or action_prefix 2005-01-12 16:23:18 +00:00