You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ApplicationController < ActionController::API
include ActionView::Rendering
def render_to_body(options)
_render_to_body_with_renderer(options) || super
end
end
rails 5.2 api-only环境下,增加此gem包,则view的jbuilder不渲染。暂未深层次分析,先抛出这个问题反馈下。试了老版本,因为依赖active_support = 5.2,所以太老的用不了,支持到5.2的版本中,均有问题。
附上gemfile.lock文件
The text was updated successfully, but these errors were encountered: