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 6127863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:33:40+00:00 2026-05-23T16:33:40+00:00

I currently have a project for data storage records. There is a nested resource,

  • 0

I currently have a project for data storage records.

There is a nested resource, disks -> works.

I can then filter works index based the presence of params[:disk_id].

The h1 to the page is always “Works”.
I want it to change to “Works in Disk x”, if there is a params[:disk_id] present.

Haven’t managed to get a simple DRY way to manage this. Any tips?

  • 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-05-23T16:33:41+00:00Added an answer on May 23, 2026 at 4:33 pm

    You can use content_for construction in your layout to fill the title based on content (HAML syntax in example):

    %title
      - unless content_for?(:title)
        Works
      - else
        = yield :title
    

    And in your views you can define content_for :title as you wish:

    - content_for :title do
      Works if Disk #{@disk.name}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have the DatePicker in my project but there are problems due to
In my project, I have two Core Data entities. One is the grouping (can
I currently have a project converting asp classic codes to C#, then i came
In my asp.net project currently i have business logic and and data access code
In my current project I have data about colors. Each color is either a
Our current MVC project is set up to have ViewModels that encapsulate the data
Currently we have a project with a standard subversion repository layout of: ./trunk ./branches
Currently we have a project to implement an Internet Banking site, and we are
I currently have a recently started project in development with a 2010 target date
I currently have a file abc.htm in my Custom Server Control Project and it's

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.