From d249989257a16135a6812855e2bc286d418b339d 2011-12-20 08:32:30 From: Toshi MARUYAMA Date: 2011-12-20 08:32:30 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 --- 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