Eric-Guo / wechat-starter

WeChat web app with wx_pay in rails
349 stars 69 forks source link
rails wechat

wechat-starter

Build Status Code Climate

Template for developing wechat in rails.

Features

Screenshots

Demo

Service account sponsored by Le Wagon Shanghai

Install

See wiki first

Deploy to Heroku

Deploy

Deploy to your own server

Create customized menu

It depends on Rails.env to choose the menu from config folder.

For example, if Rails.env == production, then config/menu_production.yaml is chosed.

# create menu
rake wechat:menu_create

# show menu
rake wechat:menu

References

Extension projects

Contributors