• <legend id='BaaON'><style id='BaaON'><dir id='BaaON'><q id='BaaON'></q></dir></style></legend>
      <tfoot id='BaaON'></tfoot>

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

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

        • <bdo id='BaaON'></bdo><ul id='BaaON'></ul>

        格式为 JS 时无布局渲染(需要晾干)

        时间:2023-10-14
          <i id='XYspA'><tr id='XYspA'><dt id='XYspA'><q id='XYspA'><span id='XYspA'><b id='XYspA'><form id='XYspA'><ins id='XYspA'></ins><ul id='XYspA'></ul><sub id='XYspA'></sub></form><legend id='XYspA'></legend><bdo id='XYspA'><pre id='XYspA'><center id='XYspA'></center></pre></bdo></b><th id='XYspA'></th></span></q></dt></tr></i><div id='XYspA'><tfoot id='XYspA'></tfoot><dl id='XYspA'><fieldset id='XYspA'></fieldset></dl></div>
        • <tfoot id='XYspA'></tfoot>
              <tbody id='XYspA'></tbody>

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

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

                  问题描述

                  我的控制器中有这个:

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

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

                  相关文章

                  最新文章

                  <tfoot id='YDYch'></tfoot>

                  1. <i id='YDYch'><tr id='YDYch'><dt id='YDYch'><q id='YDYch'><span id='YDYch'><b id='YDYch'><form id='YDYch'><ins id='YDYch'></ins><ul id='YDYch'></ul><sub id='YDYch'></sub></form><legend id='YDYch'></legend><bdo id='YDYch'><pre id='YDYch'><center id='YDYch'></center></pre></bdo></b><th id='YDYch'></th></span></q></dt></tr></i><div id='YDYch'><tfoot id='YDYch'></tfoot><dl id='YDYch'><fieldset id='YDYch'></fieldset></dl></div>
                  2. <small id='YDYch'></small><noframes id='YDYch'>

                    <legend id='YDYch'><style id='YDYch'><dir id='YDYch'><q id='YDYch'></q></dir></style></legend>
                      • <bdo id='YDYch'></bdo><ul id='YDYch'></ul>