rails--rails/actionpack/test/controller
Jeremy Kemper 31e48939b1 r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Ticket 1543 - Fix test_process
 r1476@iwill:  jeremy | 2005-06-29 00:20:53 -0700
 Correct expected, actual order for assert_equal.  Use new render method in TestController.
 r1477@iwill:  jeremy | 2005-06-29 00:23:45 -0700
 Generate route and assign parameters without modifying the user's params.
 r1480@iwill:  jeremy | 2005-06-29 00:28:52 -0700
 Update changelog.
 r1481@iwill:  jeremy | 2005-06-29 00:34:02 -0700
 Directly generate paths with a leading slash instead of tacking it on later.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1557 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-29 02:41:00 +00:00
..
action_pack_assertions_test.rb Fixed assert_redirected_to to handle absolute controller paths properly #1472 [Rick Olson/Nicholas Seckar] 2005-06-27 05:36:03 +00:00
active_record_assertions_test.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
addresses_render_test.rb Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga] 2005-06-15 04:17:45 +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 Fixed query parser to deal gracefully with equal signs inside keys and values #1345 [gorou] 2005-06-16 06:42:49 +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 r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 2005-06-15 17:17:58 +00:00
multipart_progress_test.rb Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:44:16 +00:00
new_render_test.rb render(:template) applies a layout by default. render("foo/bar") works with a layout again. 2005-06-15 13:20:17 +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 render(:template) applies a layout by default. render("foo/bar") works with a layout again. 2005-06-15 13:20:17 +00:00
request_test.rb Added :xhr => true/false option to verify so you can ensure that a request is coming from an Ajax call or not #1464 [Thomas Fuchs] 2005-06-21 07:02:30 +00:00
routing_test.rb r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 2005-06-29 02:41:00 +00:00
send_file_test.rb render(:text), render(:partial), and render(:nothing) always default to :layout => false. This also fixes send_file, which was applying a layout if one existed for the current action. 2005-05-30 07:51:02 +00:00
test_test.rb r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 2005-06-29 02:41:00 +00:00
upload_progress_test.rb Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] 2005-06-28 17:44:16 +00:00
verification_test.rb Added :xhr => true/false option to verify so you can ensure that a request is coming from an Ajax call or not #1464 [Thomas Fuchs] 2005-06-21 07:02:30 +00:00