rails--rails/actionpack/test/controller
David Heinemeier Hansson aa20834222 Added accessors to logger, params, response, session, and headers from the view, so you can write <% logger.info "stuff" %> instead of <% @logger.info "others" %> -- more consistent with the preferred way of accessing these attributes and collections from the controller
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-19 16:00:04 +00:00
..
action_pack_assertions_test.rb Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all. 2005-04-17 11:38:01 +00:00
active_record_assertions_test.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
base_tests.rb Fixed some tests 2005-02-23 12:52:38 +00:00
caching_filestore.rb Fixed action/fragment caching using the filestore when a directory and a file wanted to to use the same name. Now there's a .cache prefix that sidesteps the conflict #1188 [imbcmdth@hotmail.com] 2005-04-30 15:29:27 +00:00
cgi_test.rb Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject.com] 2005-04-17 06:16:00 +00:00
components_test.rb Fixed some tests 2005-02-23 12:52:38 +00:00
cookie_test.rb Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existing cookies #979 [bitsweat] 2005-04-02 08:54:25 +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 Added a much improved Flash module that allows for finer-grained control on expiration and allows you to flash the current action #839 [Caio Chassot] 2005-03-20 19:12:53 +00:00
helper_test.rb Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject.com] 2005-04-17 06:16:00 +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 assert_redirected_to to work with :only_path => false #1204 [Alisdair McDiarmid] 2005-04-30 08:34:02 +00:00
render_test.rb Added accessors to logger, params, response, session, and headers from the view, so you can write <% logger.info "stuff" %> instead of <% @logger.info "others" %> -- more consistent with the preferred way of accessing these attributes and collections from the controller 2005-05-19 16:00:04 +00:00
request_test.rb Added support for web servers that use PATH_INFO instead of REQUEST_URI like IIS #1014 [BradG/Nicholas Seckar] 2005-04-18 15:43:07 +00:00
routing_tests.rb Fixed that *rest parameter in map.connect couldn't accept an empty list #1037 [Dee.Zsombor@gmail.com] 2005-04-13 05:35:51 +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
test_test.rb Added assert_tag and assert_no_tag as a much improved alternative to the deprecated assert_template_xpath_match #1126 [Jamis Buck] 2005-04-17 16:43:48 +00:00
verification_test.rb Added :method option to verify for ensuring that either GET, POST, etc is allowed #984 [Jamis Buck] 2005-04-02 08:33:30 +00:00