From: Avdi Grimm Date: 2008-03-08T02:27:37+09:00 Subject: Re: Ruby equivalence for php include("file.php"); Miquel Oliete wrote: > I'm doing some RoR exercices to begin a website and I want to include a > file which contains the header template. I have coded using php > before and I know it's done using include("file.php") and I don't know > how to do it. This is the Ruby mailing list. The Ruby on Rails mailing list is what you want: http://groups.google.com/group/rubyonrails-talk Any good (or even mediocre) RoR tutorial will tell you how to do this. Hint: 'render :partial'. -- Avdi