.. |
action_pack_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_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
|
r2992@asus: jeremy | 2005-07-10 02:43:49 -0700
|
2005-07-10 05:05:06 +00:00 |
addresses_render_test.rb
|
Made pagination faster #1334 [Stefan Kaes]
|
2005-07-14 08:02:01 +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 |
capture_test.rb
|
Fixed regression for content_for #1820 [Stefan Kaes]
|
2005-07-24 13:20:29 +00:00 |
cgi_test.rb
|
Fixed that hashes was not working properly when passed by GET to lighttpd #849 [Nicholas Seckar]
|
2005-07-04 19:21:48 +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
|
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that.
|
2005-07-21 07:14:35 +00:00 |
fake_controllers.rb
|
Fix assert_routing with nested controllers. Closes #1582 and #1386.
|
2005-07-15 15:00:39 +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 |
helper_test.rb
|
r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
|
2005-06-15 17:17:58 +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
|
Added two failing tests for partials with locals from controller
|
2005-07-27 09:11:00 +00:00 |
raw_post_test.rb
|
A few missing files
|
2005-01-20 14:55:13 +00:00 |
redirect_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 |
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
|
Make Request#subdomains handle "foo.foo.com" correctly
|
2005-07-12 16:16:13 +00:00 |
routing_test.rb
|
Fixed construction of get parameters for arrays
|
2005-07-18 03:12:45 +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 |
session_management_test.rb
|
Add unit test to ensure that session management options are inherited and overridable in subclasses
|
2005-07-22 10:56:53 +00:00 |
test_test.rb
|
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that.
|
2005-07-21 07:14:35 +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_tests.rb
|
Fixed construction of get parameters for arrays
|
2005-07-18 03:12:45 +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 |