Its all about Ruby On Rails
renaming all your .rhtml files to .erb file
As all of us know that .rhtml is deprecated now, we should use .erb instead. I found some lines of code that can svn move all your rhtml files to erb.
Please find that code here
As all of us know that .rhtml is deprecated now, we should use .erb instead. I found some lines of code that can svn move all your rhtml files to erb.
Please find that code here
November 17, 2007 - 3:02 pm
Hey thank you!