Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8276001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:14:57+00:00 2026-06-08T08:14:57+00:00

I am new to rails. I am having difficulty in understanding template inheritance. Earlier

  • 0

I am new to rails. I am having difficulty in understanding template inheritance. Earlier I have worked in django and seen template inheritence there. There I saw child is told about parent using “extends” command. Can anyone explain how it works here. I have gone through guidelines of ruby but it was not clear.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T08:15:00+00:00Added an answer on June 8, 2026 at 8:15 am

    It’s quite simple to do in Rails.

    You simply tell the template you are currently rendering to render another template.

    For example layouts/application.html.erb contains something like this:

    <% content_for :navigation do %>
    <nav>...</nav>
    <% end %>     
    
    <% content_for :content do %>                                                                                                                                                                       
    <%= yield %>                                                                                                                                                                                        
    <% end %>                                                                                                                                                                                           
    
    <%= render :template => 'layouts/main_application' %>   
    

    The important part is the render :template part that then delegates this template to also render the layouts/main_application.html.erb that in my case looks something like this:

    <header>
    ...
    </header>
    <body>
    <%= yield :nav %>
    <%= content_for?(:content) ? yield(:content) : yield %> 
    </body>
    

    What I am doing here is having a main template that does not contain the navigation (for things like login etc) and the application.html.erb adds that navigation to the :nav content placeholder.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm new to rails and am having difficulty figuring out how to use the
I'm new to rails and having issues with scope. I have two classes, Post
I am new to ruby and rails and I am having difficulty conceptualizing the
I'm having some difficulty with backbone js. Currently, I have a rails app that
I'm new with Rails and I'm having trouble understanding why the following error occurs.
I am new to rails and I having trouble using cucumber to run my
I'm completely new to rails and I'm having a lot of trouble getting my
I'm new to rails and I'm having some trouble in the console. I'd like
I'm brand new to ruby and rails and I'm having trouble creating a sign-out
Starting a new rails project and we have a well-thought-out color palette, and want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.