• <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 时无布局渲染(需要晾干)

        时间:2023-05-16
        <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 时无布局渲染(需要晾干)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:为什么禁止没有凭据的 CORS? 下一篇:MooTools CORS 请求与原生 Javascript

                  相关文章

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

                    <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>