rails--rails/actionpack/test/controller
Jeremy Kemper 2399a223c3 Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-07 06:11:56 +00:00
..
controller_fixtures
action_caching_test.rb Make action caching aware of different formats for the same action so that, e.g. foo.xml is cached separately from foo.html. Implicitly set content type when reading in cached content with mime revealing extensions so the entire onous isn't on the webserver. PDI MORE CACHING TESTS [Marcel Molina Jr.] 2006-08-03 23:59:38 +00:00
action_pack_assertions_test.rb
addresses_render_test.rb
base_test.rb Make controller_path available as an instance method. Closes #5724. 2006-08-05 01:56:58 +00:00
benchmark_test.rb
caching_filestore.rb
capture_test.rb
cgi_test.rb Make us pass to ease RESTful children posts 2006-08-04 00:45:09 +00:00
components_test.rb
cookie_test.rb
custom_handler_test.rb
deprecated_instance_variables_test.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
fake_controllers.rb
filter_params_test.rb
filters_test.rb
flash_test.rb Fixed that you can still access the flash after the flash has been reset in reset_session. Closes #5584 [lmarlow@yahoo.com] 2006-07-22 02:31:21 +00:00
fragment_store_setting_test.rb
helper_test.rb
layout_test.rb
mime_responds_test.rb
mime_type_test.rb
new_render_test.rb
raw_post_test.rb
redirect_test.rb
render_test.rb
request_test.rb Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] 2006-08-01 03:02:31 +00:00
resources_test.rb Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail.com] 2006-08-05 20:46:49 +00:00
routing_test.rb Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674 2006-08-05 22:12:50 +00:00
send_file_test.rb
session_management_test.rb
test_test.rb
url_rewriter_test.rb
verification_test.rb
webservice_test.rb