rails--rails/actionpack/test/controller
David Heinemeier Hansson 4568c1d744 Added URL escaping of user and password when used through the UrlWriter
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 20:10:51 +00:00
..
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
session Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret block and :digest option. 2007-03-03 13:54:54 +00:00
action_pack_assertions_test.rb Fix tests depending too deep 2007-02-19 02:25:01 +00:00
addresses_render_test.rb Extract dynamic scaffolding into a plugin. Closes #7700. 2007-03-04 08:35:52 +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
benchmark_test.rb
caching_test.rb Moved perform_caching test set up into test's setup to fix a dependence fragility (closes #7640) 2007-02-25 19:53:14 +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
components_test.rb
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
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 Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH] 2007-02-24 20:31:34 +00:00
integration_test.rb Integration tests: introduce methods for other HTTP methods. Closes #6353. 2007-02-22 09:28:10 +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
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 Allow routing requirements on map.resource(s) (closes #7633) [quixoten] 2007-02-25 20:13:19 +00:00
routing_test.rb Fixed broken test 2007-02-25 20:11:18 +00:00
selector_test.rb
send_file_test.rb Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] 2007-02-25 20:16:58 +00:00
session_management_test.rb session_enabled? works with session :off. Closes #6680. 2007-02-27 06:36:25 +00:00
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 Added URL escaping of user and password when used through the UrlWriter 2007-03-04 20:10:51 +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