From 9533e0eca76b1df68a90e1ebe395d7b6a59d8e91 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Mon, 27 Jul 2009 17:21:52 +0100 Subject: Ignore everything under test/fixtures/public/absolute --- actionpack/test/fixtures/public/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/public/.gitignore b/actionpack/test/fixtures/public/.gitignore index 0c6759baec..312e635ee6 100644 --- a/actionpack/test/fixtures/public/.gitignore +++ b/actionpack/test/fixtures/public/.gitignore @@ -1 +1 @@ -absolute \ No newline at end of file +absolute/* -- cgit v1.2.3 From bbe86077c2148559f7548520303b2e683ff86119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 29 Jul 2009 11:13:08 +0200 Subject: Added tests for respond_to class method. Signed-off-by: Yehuda Katz --- actionpack/test/fixtures/respond_with/using_defaults.html.erb | 1 + actionpack/test/fixtures/respond_with/using_defaults.js.rjs | 1 + .../test/fixtures/respond_with/using_defaults_with_type_list.js.rjs | 1 + .../test/fixtures/respond_with/using_defaults_with_type_list.xml.builder | 1 + 4 files changed, 4 insertions(+) create mode 100644 actionpack/test/fixtures/respond_with/using_defaults.html.erb create mode 100644 actionpack/test/fixtures/respond_with/using_defaults.js.rjs create mode 100644 actionpack/test/fixtures/respond_with/using_defaults_with_type_list.js.rjs create mode 100644 actionpack/test/fixtures/respond_with/using_defaults_with_type_list.xml.builder (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/respond_with/using_defaults.html.erb b/actionpack/test/fixtures/respond_with/using_defaults.html.erb new file mode 100644 index 0000000000..6769dd60bd --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_defaults.html.erb @@ -0,0 +1 @@ +Hello world! \ No newline at end of file diff --git a/actionpack/test/fixtures/respond_with/using_defaults.js.rjs b/actionpack/test/fixtures/respond_with/using_defaults.js.rjs new file mode 100644 index 0000000000..469fcd8e15 --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_defaults.js.rjs @@ -0,0 +1 @@ +page[:body].visual_effect :highlight \ No newline at end of file diff --git a/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.js.rjs b/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.js.rjs new file mode 100644 index 0000000000..469fcd8e15 --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.js.rjs @@ -0,0 +1 @@ +page[:body].visual_effect :highlight \ No newline at end of file diff --git a/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.xml.builder b/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.xml.builder new file mode 100644 index 0000000000..598d62e2fc --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_defaults_with_type_list.xml.builder @@ -0,0 +1 @@ +xml.p "Hello world!" \ No newline at end of file -- cgit v1.2.3 From 09de34ca56598ae5d0302a14715b2a11b6cc9845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 29 Jul 2009 12:18:03 +0200 Subject: Added respond_with. Signed-off-by: Yehuda Katz --- actionpack/test/fixtures/respond_with/using_resource.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/respond_with/using_resource.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/respond_with/using_resource.html.erb b/actionpack/test/fixtures/respond_with/using_resource.html.erb new file mode 100644 index 0000000000..6769dd60bd --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_resource.html.erb @@ -0,0 +1 @@ +Hello world! \ No newline at end of file -- cgit v1.2.3