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
Its all about Ruby On Rails
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
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
Hey thank you!