Menu

Commit [r8304]  Maximize  Restore  History

Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796)

:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.

tmaruyama 2011-12-20

renamed /trunk/extra/sample_plugin/app/views/example/say_goodbye.rhtml -> /trunk/extra/sample_plugin/app/views/example/say_goodbye.html.erb
renamed /trunk/extra/sample_plugin/app/views/example/say_hello.rhtml -> /trunk/extra/sample_plugin/app/views/example/say_hello.html.erb
renamed /trunk/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml -> /trunk/extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb
renamed /trunk/extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml -> /trunk/extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb