Project

General

Profile

Actions

Patch #1808

closed

switch depreciated rhtml to html.erb

Added by Jared Moody over 15 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-25
Due date:
% Done:

0%

Estimated time:

Description

here's a rake task to do this while preserving svn history:

namespace 'views' do
  desc 'Renames all your rhtml views to erb'
  task 'rename' do
    Dir.glob('app/views/**/*.rhtml').each do |file|
      puts `svn mv #{file} #{file.gsub(/\.rhtml$/, '.html.erb')}`
    end
  end
end
Actions #1

Updated by Jared Moody over 15 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

closed via #1951

Actions #2

Updated by Jared Moody over 15 years ago

Jared Moody wrote:

closed via #1951

that is, r1951

Actions #3

Updated by Mischa The Evil over 15 years ago

  • Status changed from Resolved to Closed
  • Target version set to 0.8
  • Resolution set to Fixed
Actions #4

Updated by Eric Davis over 15 years ago

  • Status changed from Closed to Reopened
  • Target version deleted (0.8)
  • % Done changed from 100 to 0
  • Resolution deleted (Fixed)

r1951 only renamed the plugin generator files and did not change the core views of Redmine.

Actions #5

Updated by Jean-Philippe Lang over 15 years ago

  • Tracker changed from Defect to Patch
Actions #6

Updated by Jan Niggemann (redmine.org team member) over 11 years ago

  • Status changed from Reopened to Closed

Closing this one, there's currently no file in 2.2.0 whose name contains rhtml.

Actions

Also available in: Atom PDF