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
| Print article | This entry was posted by Akhil Bansal on April 9, 2007 at 10:47 pm, and is filed under ROR, Rails, Rubyonrails, ruby. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 2 years ago
Hey thank you!