rails--rails/actionpack/test/controller
David Heinemeier Hansson 8cddbf0d37 Added PATH_INFO access from the request that allows urls like the following to be interpreted by rails: http://www.example.com/dispatcher.cgi/controller/action -- that makes it possible to use rails as a CGI under lighttpd and would also allow (for example) Rublog to be ported to rails without breaking existing links to Rublog-powered blogs. #728 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@802 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-27 17:11:05 +00:00
..
action_pack_assertions_test.rb Fixed that assert_template_xpath_matches did not indicate when a path was not found #658 [Eric Hodel] 2005-02-18 17:13:57 +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 Fixed some tests 2005-02-23 12:52:38 +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
components_test.rb Fixed some tests 2005-02-23 12:52:38 +00:00
cookie_test.rb A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
custom_handler_test.rb Added ActionView::Base.register_template_handler for easy integration of an alternative template language to ERb and Builder. See test/controller/custom_handler_test.rb for a usage example #656 [Jamis Buck] 2005-02-19 17:22:37 +00:00
filters_test.rb Added some unit tests #706 2005-02-23 23:53:55 +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 Fixed tests 2005-02-24 11:50:59 +00:00
render_test.rb Added Base#render_to_string to parse a template and get the result back as a string #479 2005-02-23 14:57:08 +00:00
request_test.rb Added PATH_INFO access from the request that allows urls like the following to be interpreted by rails: http://www.example.com/dispatcher.cgi/controller/action -- that makes it possible to use rails as a CGI under lighttpd and would also allow (for example) Rublog to be ported to rails without breaking existing links to Rublog-powered blogs. #728 [Jamis Buck] 2005-02-27 17:11:05 +00:00
routing_tests.rb Fix empty url_for with nested modules #707 2005-02-24 01:38:10 +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