.. |
action_pack_assertions_test.rb
|
added assert_valid to AP
|
2005-10-16 02:20:53 +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
|
Made pagination faster #1334 [Stefan Kaes]
|
2005-07-14 08:02:01 +00:00 |
base_test.rb
|
Expose the session model backing CGI::Session
|
2005-10-20 21:59:48 +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
|
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
|
Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
|
2005-11-15 07:51:09 +00:00 |
components_test.rb
|
Fix problem where redirecting components can cause an
|
2005-10-30 13:13:02 +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
|
Added skip_before_filter/skip_after_filter for easier control of the filter chain in inheritance hierachies [DHH] Added short-hand to assert_tag so assert_tag :tag => "span" can be written as assert_tag "span" [DHH]
|
2005-11-04 19:42:22 +00:00 |
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
|
MemCache store may be given multiple addresses. Closes #2869.
|
2005-11-16 08:35:31 +00:00 |
helper_test.rb
|
Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers.
|
2005-11-08 08:23:13 +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
|
Make ActionController's render honor the :locals option when rendering a :file. Closes #1665.
|
2005-11-22 08:37:04 +00:00 |
raw_post_test.rb
|
A few missing files
|
2005-01-20 14:55:13 +00:00 |
redirect_test.rb
|
Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REFERER"])
|
2005-11-02 14:47:03 +00:00 |
render_test.rb
|
Reset template variables after using render_to_string. Closes #2559
|
2005-10-25 02:15:08 +00:00 |
request_test.rb
|
More robust relative url root discovery for SCGI compatibility. This solves the 'SCGI routes problem' -- you no longer need to prefix all your routes with the name of the SCGI mountpoint. References #3070.
|
2005-12-08 04:40:24 +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
|
Fix the html-scanner to count children correctly, playing nicely with :only, fixes #2181 [patrick@lenz.sh]
|
2005-10-18 00:50:52 +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 |