.NET Master Page like concept in Rails

I am a .NET developer and starting with Rails. For my first web
application, I want a Master Page like thing. This page will contain
application header and menus. When adding child pages, I want to keep
this Master Page as the base.

I am using Aptana Studio 3 to write
this application. Please let me know how to create this Master Page
type thing for a Rails application. I have installed Rails 3.2.


Rohit.

On Sat, May 25, 2013 at 7:28 AM, Rohit Coder
[email protected] wrote:

I am a .NET developer and starting with Rails. For my first web application,
I want a Master Page like thing. This page will contain application header
and menus. When adding child pages, I want to keep this Master Page as the
base.

No experience with .NET anything but it sounds like you’re talking
about what you’ll find by default under app/views/layouts.

You might want to read through the Rails Guides at this point :slight_smile:

Let me clear.

One of my HTML page will contain banner and menus. I other pages to
automatically replicate the banner using this page.


Rohit.

On Sat, May 25, 2013 at 8:26 AM, Rohit Coder
[email protected] wrote:

Let me clear.

One of my HTML page will contain banner and menus. I other pages to
automatically replicate the banner using this page.

See my original reply :slight_smile:

On Sat, May 25, 2013 at 8:26 AM, Rohit Coder <