From d5b275db5c20669a7a9e598a70decf1316b39e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 31 Oct 2012 00:31:47 -0200 Subject: Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased" This reverts commit 7d17cd2cbfc086f5aa9dd636e1207eb130150428. Conflicts: actionpack/CHANGELOG.md Reason: This added a regression since people were relying on this buggy behavior. This will introduce back #3849 but we will be backward compatible in stable release. Fixes #8068. --- actionpack/test/fixtures/test/hello/hello.erb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 actionpack/test/fixtures/test/hello/hello.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/hello/hello.erb b/actionpack/test/fixtures/test/hello/hello.erb deleted file mode 100644 index 6769dd60bd..0000000000 --- a/actionpack/test/fixtures/test/hello/hello.erb +++ /dev/null @@ -1 +0,0 @@ -Hello world! \ No newline at end of file -- cgit v1.2.3