Eric Guo

Results 27 comments of Eric Guo

确实没有,准备按照[文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1500374289_66bvB)自己搞定么?

欢迎PR,这部分timeout之前是基于rest client的,后来换到http后没更新,现在http的timeout控制确实精细了不少。

速度快,可以保持http连接。

可能需要安装一下rails? ```bash gem install rails ``` 或者方便贴一下你的wechat.yml文件么?看起来你在yml文件里面写了Rails,系统试图找这个模块,但是找不到。

@satbirdd 的[branch](https://github.com/satbirdd/wechat)好像有这个了,能PR么?

@charleyw 我的理解是如果使用了jbuilder,还使用了WeChat,会导致jbuilder输出问题?我自己的项目已经用了jbuilder 2.6.1,似乎没有这个问题?测试也无法复现,能给个可复现的例子么?最好是rspec的failure的测试。

@mysterytree 能在本地改一下最新0.8.8的这几行确认一下么? ``` bundle open wechat # edit lib/action_controller/wechat_responder.rb:L66 ``` ```ruby if defined? Base class

今天我也遇到了,直接include 可解,Rails 6.0.1 ```ruby class EventsController < ActionController::API include ActionView::Rendering # Support render json: nil def render_to_body(options) _render_to_body_with_renderer(options) || super end end ```

+1, currently I have to press 'alt+c' to get `Show Completions` function, and can not auto out as ERB.