diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-04-08 17:16:36 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-04-08 17:16:36 +0000 |
commit | e0f834267642c526299189916ad9c97318c1b121 (patch) | |
tree | b549b24beb52937931246fa22fd421aaec30e420 /actionpack/test/fixtures | |
parent | bdb1fcc3b8e0293f8b099111da2302fedf4fd513 (diff) | |
download | rails-e0f834267642c526299189916ad9c97318c1b121.tar.gz rails-e0f834267642c526299189916ad9c97318c1b121.tar.bz2 rails-e0f834267642c526299189916ad9c97318c1b121.zip |
Change default respond_to templates for xml and rjs formats. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6507 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb (renamed from actionpack/test/fixtures/respond_to/all_types_with_layout.rhtml) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs (renamed from actionpack/test/fixtures/respond_to/all_types_with_layout.rjs) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults.html.erb (renamed from actionpack/test/fixtures/respond_to/using_defaults.rhtml) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults.js.rjs (renamed from actionpack/test/fixtures/respond_to/using_defaults.rjs) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults.xml.builder (renamed from actionpack/test/fixtures/respond_to/using_defaults.rxml) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb (renamed from actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rhtml) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs (renamed from actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rjs) | 0 | ||||
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder (renamed from actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rxml) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/all_types_with_layout.rhtml b/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb index 84a84049f8..84a84049f8 100644 --- a/actionpack/test/fixtures/respond_to/all_types_with_layout.rhtml +++ b/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb diff --git a/actionpack/test/fixtures/respond_to/all_types_with_layout.rjs b/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs index b7aec7c505..b7aec7c505 100644 --- a/actionpack/test/fixtures/respond_to/all_types_with_layout.rjs +++ b/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rhtml b/actionpack/test/fixtures/respond_to/using_defaults.html.erb index 6769dd60bd..6769dd60bd 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults.rhtml +++ b/actionpack/test/fixtures/respond_to/using_defaults.html.erb diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rjs b/actionpack/test/fixtures/respond_to/using_defaults.js.rjs index 469fcd8e15..469fcd8e15 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults.rjs +++ b/actionpack/test/fixtures/respond_to/using_defaults.js.rjs diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rxml b/actionpack/test/fixtures/respond_to/using_defaults.xml.builder index 598d62e2fc..598d62e2fc 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults.rxml +++ b/actionpack/test/fixtures/respond_to/using_defaults.xml.builder diff --git a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rhtml b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb index 6769dd60bd..6769dd60bd 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rhtml +++ b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb diff --git a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rjs b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs index 469fcd8e15..469fcd8e15 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rjs +++ b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs diff --git a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rxml b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder index 598d62e2fc..598d62e2fc 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rxml +++ b/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder |