From: John Joyce Date: 2007-03-20T12:58:23+09:00 Subject: Re: Nees Rhtml Book I will give you one last hint before you realize you need to just learn the basic stuff or use a CMS: as stated, rhtml is just html with Puby code in it. users never see the ruby it's parsed by the server If you use Perl, Python, or PHP you can have phtml the secret is, you can actually name the file with any extension (almost) or no extension. the web browser (user-agent) doesn't care (isn't supposed to, anyway) the main information for the user-agent is in the header of the file. so the only tutorial on rhtml is learning Ruby (or Rails) enough to use eRuby in one of its forms. ERb, eRuby, eRubis On Mar 20, 2007, at 9:37 AM, Corey Konrad wrote: > Saravanankumar Saravanan wrote: >> Hi, >> Please, Any body have, rhtml tutorials/urls to study. >> >> Or >> >> Where I can get it? >> >> Thanks > > > yeah rhtml is just html the r part of it is just there to tell rails > that the name of the rhtml file is the name of an action. > > I am just learning all this stuff to, i just started like 1 week ago > learning both ruby and ruby on rails, the book i am using is called > "Beginning Ruby on Rails" by Holzner Ph.d, its published by WROX, its > pretty good so far. > > -- > Posted via http://www.ruby-forum.com/. >