rails--rails/actionpack/test/controller
Sam Stephenson 4d49f2ca09 Fix render(:update) to not render layouts
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3472 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-01-23 16:29:37 +00:00
..
action_pack_assertions_test.rb Value of full_messages on stubbed out AR instances should be an Array. 2005-12-26 19:40:14 +00:00
active_record_assertions_test.rb Include QUOTED_TYPE constant in ActionPack AR assertions tests. 2005-11-16 09:09:04 +00:00
active_record_store_test.rb r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 2005-11-20 04:41:59 +00:00
addresses_render_test.rb
base_test.rb
benchmark_test.rb
caching_filestore.rb
capture_test.rb
cgi_test.rb Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397 2006-01-13 08:31:16 +00:00
components_test.rb
cookie_test.rb
custom_handler_test.rb
fake_controllers.rb
filters_test.rb
flash_test.rb Silence deprecation warnings for keep_flash when running tests. 2005-12-02 00:39:25 +00:00
fragment_store_setting_test.rb
helper_test.rb
layout_test.rb Automatically discover layouts when a controller is namespaced. Closes #2199, #3424. 2006-01-15 11:28:55 +00:00
new_render_test.rb Fix render(:update) to not render layouts 2006-01-23 16:29:37 +00:00
raw_post_test.rb
redirect_test.rb Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_REFERER defined (closes #3049) [kevin.clark@gmail.com] 2006-01-22 01:52:23 +00:00
render_test.rb
request_test.rb Fixed that SSL would not correctly be detected when running lighttpd/fcgi behind lighttpd w/mod_proxy (closes #3548) [stephen_purcell@yahoo.com] 2006-01-23 05:32:59 +00:00
routing_test.rb
send_file_test.rb
session_management_test.rb
test_test.rb
url_rewriter_test.rb
verification_test.rb