rails--rails/actionpack/test/controller
David Heinemeier Hansson bc574a86ac Skip Active Record tests in Action Pack if the SQLite database cant be brought up
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@652 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-17 19:28:13 +00:00
..
action_pack_assertions_test.rb Stringify the parameters on follow_redirect 2005-02-12 21:54:34 +00:00
active_record_assertions_test.rb Skip Active Record tests in Action Pack if the SQLite database cant be brought up 2005-02-17 19:28:13 +00:00
base_tests.rb More tests for Routing related stuff 2005-02-17 19:00:21 +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 A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +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 A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +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 A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
request_test.rb A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
routing_tests.rb Fix that routes werent being loaded in production environment 2005-02-17 02:04:37 +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_obsolete.rb A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00