• <bdo id='RXCFA'></bdo><ul id='RXCFA'></ul>
    <tfoot id='RXCFA'></tfoot>

      <small id='RXCFA'></small><noframes id='RXCFA'>

        <legend id='RXCFA'><style id='RXCFA'><dir id='RXCFA'><q id='RXCFA'></q></dir></style></legend>
        <i id='RXCFA'><tr id='RXCFA'><dt id='RXCFA'><q id='RXCFA'><span id='RXCFA'><b id='RXCFA'><form id='RXCFA'><ins id='RXCFA'></ins><ul id='RXCFA'></ul><sub id='RXCFA'></sub></form><legend id='RXCFA'></legend><bdo id='RXCFA'><pre id='RXCFA'><center id='RXCFA'></center></pre></bdo></b><th id='RXCFA'></th></span></q></dt></tr></i><div id='RXCFA'><tfoot id='RXCFA'></tfoot><dl id='RXCFA'><fieldset id='RXCFA'></fieldset></dl></div>
      1. 格式为 JS 时无布局渲染(需要晾干)

        Render without layout when format is JS (needs drying)(格式为 JS 时无布局渲染(需要晾干))
        <i id='M5FX2'><tr id='M5FX2'><dt id='M5FX2'><q id='M5FX2'><span id='M5FX2'><b id='M5FX2'><form id='M5FX2'><ins id='M5FX2'></ins><ul id='M5FX2'></ul><sub id='M5FX2'></sub></form><legend id='M5FX2'></legend><bdo id='M5FX2'><pre id='M5FX2'><center id='M5FX2'></center></pre></bdo></b><th id='M5FX2'></th></span></q></dt></tr></i><div id='M5FX2'><tfoot id='M5FX2'></tfoot><dl id='M5FX2'><fieldset id='M5FX2'></fieldset></dl></div>
      2. <small id='M5FX2'></small><noframes id='M5FX2'>

            1. <tfoot id='M5FX2'></tfoot>
                  <tbody id='M5FX2'></tbody>
                <legend id='M5FX2'><style id='M5FX2'><dir id='M5FX2'><q id='M5FX2'></q></dir></style></legend>
                  <bdo id='M5FX2'></bdo><ul id='M5FX2'></ul>
                  本文介绍了格式为 JS 时无布局渲染(需要晾干)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我的控制器中有这个:

                  respond_to do |format|
                    format.html
                    format.js { render :layout => false }
                  end
                  

                  当请求是 Ajax 时,哪些输出没有布局.我在许多动作和控制器中复制了这一点.这个要怎么晾干?

                  Which outputs without layout when the request is Ajax. I'm replicating this in many actions and controllers. How do I DRY this?

                  推荐答案

                  我在我的应用控制器中使用了这个:

                  I use this in my application controller:

                  class ApplicationController < ActionController::Base
                    layout proc{|c| c.request.xhr? ? false : "application" }
                  end
                  

                  对我来说涵盖 .js、.json 等.

                  Which covers .js, .json, etc. for me.

                  这篇关于格式为 JS 时无布局渲染(需要晾干)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  SCRIPT5: Access is denied in IE9 on xmlhttprequest(SCRIPT5:在 IE9 中对 xmlhttprequest 的访问被拒绝)
                  XMLHttpRequest module not defined/found(XMLHttpRequest 模块未定义/未找到)
                  Show a progress bar for downloading files using XHR2/AJAX(显示使用 XHR2/AJAX 下载文件的进度条)
                  How can I open a JSON file in JavaScript without jQuery?(如何在没有 jQuery 的情况下在 JavaScript 中打开 JSON 文件?)
                  quot;Origin null is not allowed by Access-Control-Allow-Originquot; in Chrome. Why?(“Access-Control-Allow-Origin 不允许 Origin null在铬.为什么?)
                  How to get response url in XMLHttpRequest?(如何在 XMLHttpRequest 中获取响应 url?)

                  1. <tfoot id='sHPD1'></tfoot>
                        <tbody id='sHPD1'></tbody>

                        <small id='sHPD1'></small><noframes id='sHPD1'>

                        <i id='sHPD1'><tr id='sHPD1'><dt id='sHPD1'><q id='sHPD1'><span id='sHPD1'><b id='sHPD1'><form id='sHPD1'><ins id='sHPD1'></ins><ul id='sHPD1'></ul><sub id='sHPD1'></sub></form><legend id='sHPD1'></legend><bdo id='sHPD1'><pre id='sHPD1'><center id='sHPD1'></center></pre></bdo></b><th id='sHPD1'></th></span></q></dt></tr></i><div id='sHPD1'><tfoot id='sHPD1'></tfoot><dl id='sHPD1'><fieldset id='sHPD1'></fieldset></dl></div>
                        <legend id='sHPD1'><style id='sHPD1'><dir id='sHPD1'><q id='sHPD1'></q></dir></style></legend>

                            <bdo id='sHPD1'></bdo><ul id='sHPD1'></ul>