.. |
controller_fixtures
|
|
|
deprecation
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
html-scanner
|
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
|
2007-02-04 20:04:40 +00:00 |
action_pack_assertions_test.rb
|
Fix tests depending too deep
|
2007-02-19 02:25:01 +00:00 |
addresses_render_test.rb
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
assert_select_test.rb
|
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
|
2007-02-04 20:44:45 +00:00 |
base_test.rb
|
Mocha 0.4 mixes in more public instance methods, confusing controller identification of action methods. Closes #7347.
|
2007-01-24 12:04:08 +00:00 |
benchmark_test.rb
|
|
|
caching_test.rb
|
Only cache GET requests with a 200 OK response. Closes #6514, #6743.
|
2006-12-19 20:25:52 +00:00 |
capture_test.rb
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
cgi_test.rb
|
Change the query parser to map empty GET params to "" rather than nil. Closes #5694.
|
2007-01-28 17:00:17 +00:00 |
components_test.rb
|
uses_component_template_root looks at caller[0] which turns up the deprecation method rather than the controller. Use caller[1] instead.
|
2006-11-26 01:24:10 +00:00 |
content_type_test.rb
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
cookie_test.rb
|
Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin Clark]
|
2007-01-17 06:51:59 +00:00 |
custom_handler_test.rb
|
|
|
deprecated_instance_variables_test.rb
|
|
|
fake_controllers.rb
|
|
|
filter_params_test.rb
|
|
|
filters_test.rb
|
|
|
flash_test.rb
|
|
|
fragment_store_setting_test.rb
|
|
|
helper_test.rb
|
|
|
integration_test.rb
|
Wrap and skip tests using mocha.
|
2007-01-14 12:49:55 +00:00 |
layout_test.rb
|
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though.
|
2007-02-20 22:09:12 +00:00 |
mime_responds_test.rb
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
mime_type_test.rb
|
remove Mime::PLAIN from tests so its not confused with the default Mime::TEXT mime type
|
2007-02-15 16:40:38 +00:00 |
new_render_test.rb
|
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though.
|
2007-02-20 22:09:12 +00:00 |
raw_post_test.rb
|
Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings.
|
2007-01-28 07:16:55 +00:00 |
redirect_test.rb
|
|
|
render_test.rb
|
Its ETag not Etag
|
2007-02-19 02:10:19 +00:00 |
request_test.rb
|
Recognize the .txt extension as Mime::TEXT [Rick]
|
2007-01-12 20:54:04 +00:00 |
rescue_test.rb
|
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though.
|
2007-02-20 22:09:12 +00:00 |
resources_test.rb
|
Resource member routes require :id, eliminating the ambiguous overlap with collection routes. Closes #7229.
|
2007-01-28 08:20:04 +00:00 |
routing_test.rb
|
fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim]
|
2007-02-04 19:07:08 +00:00 |
selector_test.rb
|
Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings.
|
2007-01-28 07:16:55 +00:00 |
send_file_test.rb
|
Fix tests depending too deep
|
2007-02-19 02:25:01 +00:00 |
session_management_test.rb
|
|
|
test_test.rb
|
Revert [6086] and [6087] since they caused a major regression with functional tests in 1.2.2. References #7372.
|
2007-02-10 03:55:12 +00:00 |
url_rewriter_test.rb
|
Fix doubly appearing parameters due to string and symbol mixups. Closes #2551.
|
2007-01-28 05:29:32 +00:00 |
verification_test.rb
|
|
|
view_paths_test.rb
|
Fix issue with deprecation messing up #template_root= usage. Add #prepend_view_path and #append_view_path to allow modification of a copy of the
|
2007-02-04 22:27:45 +00:00 |
webservice_test.rb
|
|
|