.. |
action_pack_assertions_test.rb
|
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron]
|
2005-08-06 08:37:25 +00:00 |
active_record_assertions_test.rb
|
Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
|
2005-07-24 16:45:39 +00:00 |
active_record_store_test.rb
|
This seems unnecessary to call in teardown and is causing the tests
|
2005-09-25 10:41:22 +00:00 |
addresses_render_test.rb
|
Made pagination faster #1334 [Stefan Kaes]
|
2005-07-14 08:02:01 +00:00 |
base_test.rb
|
Require 'pp' early to prevent the pretty-print methods being mixed in too late and messing up a test
|
2005-09-20 13:55:27 +00:00 |
benchmark_test.rb
|
Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is processed
|
2005-08-23 09:43:36 +00:00 |
caching_filestore.rb
|
Testing should also use a default REQUEST_METHOD
|
2005-09-29 08:43:17 +00:00 |
capture_test.rb
|
Fixed regression for content_for #1820 [Stefan Kaes]
|
2005-07-24 13:20:29 +00:00 |
cgi_test.rb
|
Unit tests and fixtures for multipart posts.
|
2005-09-28 08:19:26 +00:00 |
components_test.rb
|
Keep flash after component is rendered. Closes #2291.
|
2005-09-27 11:02:11 +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
|
Streamline render process, code cleaning. Closes #2294.
|
2005-09-27 16:45:39 +00:00 |
fake_controllers.rb
|
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron]
|
2005-08-06 08:37:25 +00:00 |
filters_test.rb
|
Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
|
2005-07-24 16:45:39 +00:00 |
flash_test.rb
|
Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
|
2005-07-24 16:45:39 +00:00 |
fragment_store_setting_test.rb
|
Added easy assignment of fragment cache store through use of symbols for included stores (old way still works too)
|
2005-09-13 08:31:32 +00:00 |
helper_test.rb
|
Added Kernel#silence_warnings and puts it into use throughout the framework
|
2005-09-11 04:58:27 +00:00 |
multipart_progress_testx.rb
|
Uncommented request.recycle! as it breaks more than it fixes, left test case in, xal?
|
2005-06-30 14:49:36 +00:00 |
new_render_test.rb
|
Fixed that render :partial would fail when :object was a Hash (due to backwards compatibility issues) #2148 [Sam Stephenson]
|
2005-09-09 07:27:44 +00:00 |
raw_post_test.rb
|
A few missing files
|
2005-01-20 14:55:13 +00:00 |
redirect_test.rb
|
Make sure assigns are built for every request when testing #1866
|
2005-07-31 12:16:21 +00:00 |
render_test.rb
|
Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes]
|
2005-07-23 09:00:05 +00:00 |
request_test.rb
|
Fixed that Request#domain caused an exception if the domain header wasn't set in the original http request #1795 [Michael Koziarski]
|
2005-09-20 06:44:53 +00:00 |
routing_test.rb
|
Add routing tests from #1945
|
2005-09-18 14:37:43 +00:00 |
send_file_test.rb
|
Fix open/save dialog in IE not opening files send with send_file/send_data, #2279
|
2005-09-25 06:53:42 +00:00 |
session_management_test.rb
|
Added easy assignment of fragment cache store through use of symbols for included stores (old way still works too)
|
2005-09-13 08:31:32 +00:00 |
test_test.rb
|
Make assert_tag :children count appropriately. Closes #2181.
|
2005-10-09 01:45:21 +00:00 |
upload_progress_testx.rb
|
Uncommented request.recycle! as it breaks more than it fixes, left test case in, xal?
|
2005-06-30 14:49:36 +00:00 |
url_rewriter_test.rb
|
Included UrlRewriter tests in rake run and made them not depend on Hash order
|
2005-09-15 05:24:29 +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 |