From d249989257a16135a6812855e2bc286d418b339d Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 20 Dec 2011 08:32:30 +0000 Subject: [PATCH] Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796) :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8304 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../app/views/example/{say_goodbye.rhtml => say_goodbye.html.erb} | 0 .../app/views/example/{say_hello.rhtml => say_hello.html.erb} | 0 .../my/blocks/{_sample_block.rhtml => _sample_block.html.erb} | 0 ...ple_plugin_settings.rhtml => _sample_plugin_settings.html.erb} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename extra/sample_plugin/app/views/example/{say_goodbye.rhtml => say_goodbye.html.erb} (100%) rename extra/sample_plugin/app/views/example/{say_hello.rhtml => say_hello.html.erb} (100%) rename extra/sample_plugin/app/views/my/blocks/{_sample_block.rhtml => _sample_block.html.erb} (100%) rename extra/sample_plugin/app/views/settings/{_sample_plugin_settings.rhtml => _sample_plugin_settings.html.erb} (100%) diff --git a/extra/sample_plugin/app/views/example/say_goodbye.rhtml b/extra/sample_plugin/app/views/example/say_goodbye.html.erb similarity index 100% rename from extra/sample_plugin/app/views/example/say_goodbye.rhtml rename to extra/sample_plugin/app/views/example/say_goodbye.html.erb diff --git a/extra/sample_plugin/app/views/example/say_hello.rhtml b/extra/sample_plugin/app/views/example/say_hello.html.erb similarity index 100% rename from extra/sample_plugin/app/views/example/say_hello.rhtml rename to extra/sample_plugin/app/views/example/say_hello.html.erb diff --git a/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml b/extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb similarity index 100% rename from extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml rename to extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb diff --git a/extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml b/extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb similarity index 100% rename from extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml rename to extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb