rails--rails/actionpack/test/controller
Jeremy Kemper 71234daef1 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is defined? for warnings-safety.
 r4488@asus:  jeremy | 2006-04-29 12:23:15 -0700
 Check whether @flash is defined? for warnings-safety. Obviates nil? check.
 r4489@asus:  jeremy | 2006-04-29 12:45:18 -0700
 Check whether @session is defined? for warnings-safety.
 r4490@asus:  jeremy | 2006-04-29 12:50:41 -0700
 Check whether @rendering_runtime is defined? for warnings-safety.
 r4491@asus:  jeremy | 2006-04-29 12:55:01 -0700
 Check whether @_cycles is defined? for warnings-safety.
 r4492@asus:  jeremy | 2006-04-29 12:59:19 -0700
 Check whether instance variables are defined? for warnings-safety.
 r4493@asus:  jeremy | 2006-04-29 13:14:09 -0700
 Add nil @template to PrototypeHelperTest to suppress unitialized instance variable warning.
 r4494@asus:  jeremy | 2006-04-29 13:31:34 -0700
 Check whether @auto_index defined? for warnings-safety.
 r4495@asus:  jeremy | 2006-04-29 13:32:24 -0700
 Wrap content_columns redefinitions with silence_warnings.
 r4496@asus:  jeremy | 2006-04-29 13:35:28 -0700
 Wrap more redefinitions with silence_warnings.
 r4829@asus:  jeremy | 2006-07-08 10:59:20 -0700
 abstract unit, fix warnings
 r4830@asus:  jeremy | 2006-07-08 11:06:12 -0700
 Use parens to silence warning.
 r4831@asus:  jeremy | 2006-07-08 11:06:48 -0700
 Use parens to silence warning.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4595 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 18:14:49 +00:00
..
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
action_pack_assertions_test.rb Added support for Mime objects in render :content_type option [DHH] 2006-06-02 03:39:56 +00:00
addresses_render_test.rb Made pagination faster #1334 [Stefan Kaes] 2005-07-14 08:02:01 +00:00
base_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
benchmark_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
caching_filestore.rb Testing should also use a default REQUEST_METHOD 2005-09-29 08:43:17 +00:00
capture_test.rb Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#content_for and CaptureHelper#capture #3287 [Brian Takita] 2006-02-26 19:47:50 +00:00
cgi_test.rb Rewind readable CGI params so others may reread them (such as CGI::Session when passing the session id in a multipart form). Closes #210. 2006-06-02 06:30:23 +00:00
components_test.rb Determine the correct template_root for deeply nested components. Closes #2841. 2006-06-21 00:31:43 +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 ActionView: Allow to register a Template handler with a Symbol (dont kill markaby) (closes #4328) [murphy@cYcnus.de] 2006-03-26 21:50:22 +00:00
fake_controllers.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +00:00
filter_params_test.rb Added ActionController.filter_parameter_logging that makes it easy to remove passwords, credit card numbers, and other sensitive information from being logged when a request is handled #1897 [jeremye@bsa.ca.gov] 2006-04-07 22:26:25 +00:00
filters_test.rb Failed test for Marcel to ponder 2006-04-06 03:51:52 +00:00
flash_test.rb Modernize flash tests 2006-02-12 16:29:21 +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 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
layout_test.rb Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] 2006-07-05 02:38:55 +00:00
mime_responds_test.rb Finish custom handling [DHH] 2006-06-02 04:38:28 +00:00
mime_type_test.rb Make new mime types first class [DHH] 2006-06-02 04:29:34 +00:00
new_render_test.rb Dots in template path should not trip up rendering (closes #4244) [lmarlow@yahoo.com] 2006-03-16 02:51:19 +00:00
raw_post_test.rb r4748@asus: jeremy | 2006-06-29 22:40:35 -0700 2006-06-30 05:41:03 +00:00
redirect_test.rb Diff compared options with #assert_redirected_to [Rick] 2006-04-22 15:08:25 +00:00
render_test.rb Added defaults to respond_to [DHH] 2006-03-12 03:39:58 +00:00
request_test.rb Add ability for relative_url_root to be specified via an environment variable RAILS_RELATIVE_URL_ROOT. Closes #4243. 2006-03-18 16:45:40 +00:00
routing_test.rb Add route_name_path method to generate only the path for a named routes. For example, map.person will add person_path. 2006-06-30 02:36:17 +00:00
send_file_test.rb Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #5243. 2006-06-02 00:51:56 +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 New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
url_rewriter_test.rb New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
verification_test.rb Added :add_headers option to verify which merges a hash of name/value pairs into the response's headers hash if the prerequisites cannot be satisfied 2006-04-08 07:04:21 +00:00
webservice_test.rb Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH] 2006-06-16 10:07:13 +00:00