1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller
David Heinemeier Hansson dfed3d309e A few missing files
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@468 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-20 14:55:13 +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 Fixed that all redirect and render calls now return true, so you can use the pattern of "do and return". Added that renders and redirects called in before_filters will have the same effect as returning false: stopping the chain. Added that only one render or redirect can happen per action. The first call wins and subsequent calls are ignored. 2005-01-20 14:13:34 +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
raw_post_test.rb A few missing files 2005-01-20 14:55:13 +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 Fixed that send_file would "remember" all the files sent by adding to the headers again and again #458 [bitsweat] 2005-01-13 13:29:49 +00:00
url_test.rb Added arrays as a value option for params in url_for and friends #467 [Eric Anderson] 2005-01-13 14:06:33 +00:00