微信开发
lanrion
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用 Rails 插件快速开发weixin 服务
GEM https://github.com/lanrion/weixin_rails_middleware EXAMPLE https://github.com/lanrion/weixin_rails_middleware_example 自动验证微信请求。 无需拼接XML格式,只需要使用 WeixinMessageHelper 辅助方法,即可快速回复...2014-01-27 17:56:28 · 190 阅读 · 0 评论 -
微信企业号 Ruby gem
对接企业微信应答:https://github.com/lanrion/qy_wechat (对应公众号gem:https://github.com/lanrion/weixin_rails_middleware) 安装 目前只有Master稳定版本,务必通过: gem 'qy_wechat', git: 'https://github.com/lanrion/qy_wecha...2015-01-02 11:24:58 · 489 阅读 · 0 评论 -
Twitter ratchet twitter_ratchet_rails
Twitter ratchet , 类似于bootstrap,不过专注于mobile,笔者用过在实际项目中,压缩后非常小,十分适合在mobile中使用。 查看官方网站: http://goratchet.com/components/ 同时也快速包装了一个Rails 的gem: 主要依赖于 Ratchet v2.0.1 https://github.com/lanrion/twit...2014-03-13 01:08:18 · 169 阅读 · 0 评论 -
微信Ruby API access_token 验证 weixin_authorize
微信API access_token 验证 weixin_authorize https://github.com/lanrion/weixin_authorize WeixinAuthorize Installation Add this line to your application's Gemfile: gem 'weixin_authorize' And then exe...2014-03-16 02:56:36 · 323 阅读 · 0 评论
分享