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

  • Home
  • SEARCH
  • 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 6696305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:19:32+00:00 2026-05-26T06:19:32+00:00

That’s basically it. I want most of the views in my Ruby on Rails

  • 0

That’s basically it. I want most of the views in my Ruby on Rails 3.1 app to be rendered without layout, as they will be assigned to divs by jQuery, but I don’t want to go to every controller action and set render :layout => false in the respond_to block.

Is it possible to change the default rendering of views to :layout => false? How would I go about configuring that?

Thank you for your help

EDIT

I could also solve it with a way to have something along the lines of:

if request.xhr?
    format.html { render :layout => false }
end

be executed on every respond_to block.

  • 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-26T06:19:32+00:00Added an answer on May 26, 2026 at 6:19 am
    class UserController < ApplicationController
       layout nil # this sets default layout for all actions in this controller
    end
    

    If you want some more advanced behavior (such as determine de layaout in execution time) you also can pass a block that returns nil or a valid layout name:

    class UserController < ApplicationController
       layout lambda{ ...your stuff... }
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That is, want a Rails application that lets me see a customized view of
That is, will it inflate the layout immediately in a blocking way, and call
That sounds complicated, doesn't it... actually it's quite easy: I have a multi-language app
That should be simple web site but with an editable tree. This tree will
That's what I wanna achieve : There will be dll which contains only methods
I have a French site that I want to parse, but am running into
That's what I want to know. If I have to encrypt the cookie value
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
That's basically all my question is, if I have php pages that have 5,000-10,000
That's what I'm trying to do: I have a navigationController based app and many

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.