rails--rails/actionpack/test/controller
Tobias Lütke 0279949b05 added assert_valid to AP
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2635 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-16 02:20:53 +00:00
..
action_pack_assertions_test.rb added assert_valid to AP 2005-10-16 02:20:53 +00:00
active_record_assertions_test.rb added assert_valid to AP 2005-10-16 02:20:53 +00:00
active_record_store_test.rb Raise an exception if an attempt is made to insert more session data into the ActiveRecordStore data column than the column can hold. Closes #2234. 2005-10-15 14:39:29 +00:00
addresses_render_test.rb
base_test.rb
benchmark_test.rb
caching_filestore.rb
capture_test.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
cgi_test.rb Fix Request#host_with_port to use the standard port when Rails is behind a proxy. 2005-10-15 01:00:25 +00:00
components_test.rb If a component redirects when called with render_component_as_string, render the 2005-10-15 02:53:21 +00:00
cookie_test.rb
custom_handler_test.rb
fake_controllers.rb
filters_test.rb
flash_test.rb
fragment_store_setting_test.rb r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700 2005-10-13 19:05:41 +00:00
helper_test.rb
multipart_progress_testx.rb
new_render_test.rb
raw_post_test.rb
redirect_test.rb
render_test.rb Add temporary support for passing locals to render using string keys 2005-10-16 00:04:33 +00:00
request_test.rb Fix Request#host_with_port to use the standard port when Rails is behind a proxy. 2005-10-15 01:00:25 +00:00
routing_test.rb
send_file_test.rb
session_management_test.rb
test_test.rb Unset the X-Requested-With header when using the xhr wrapper in functional tests. Closes #2352. 2005-10-13 18:09:27 +00:00
upload_progress_testx.rb
url_rewriter_test.rb
verification_test.rb