-
Notifications
You must be signed in to change notification settings - Fork 0
rails常用gem
波波 edited this page Oct 12, 2017
·
3 revisions
- devise 用户系统 https://github.com/plataformatec/devise
- mongoid mongodb的ORM框架 https://docs.mongodb.com/mongoid/master/
mongodb https://docs.mongodb.com/manual/
- cancancan 权限管理系统 https://github.com/CanCanCommunity/cancancan
- kaminari 分页 https://github.com/kaminari/kaminari
- simple_form 表单构建 https://github.com/plataformatec/simple_form
- carrierwave 文件上传 https://github.com/carrierwaveuploader/carrierwave
- rest-client HTTP客户端 https://github.com/rest-client/rest-client
- redis-rb Redis客户端 https://github.com/redis/redis-rb
redis https://redis.io
- jbuilder DSL方式定义json结构 https://github.com/rails/jbuilder
- sidekiq 后台任务 https://github.com/mperham/sidekiq
- sidekiq-cron 后台定时任务 https://github.com/ondrejbartas/sidekiq-cron
- weixin_rails_middleware 微信公众号消息处理 https://github.com/lanrion/weixin_rails_middleware
微信公众号api文档 https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1445241432
- weixin_authorize 微信高级接口功能 https://github.com/lanrion/weixin_authorize
- wx_pay 微信支付接口 https://github.com/jasl/wx_pay
微信支付文档 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_1
- config 全局配置 https://github.com/railsconfig/config
- rspec ruby测试 http://rspec.info/documentation/
- mina 自动化部署工具 https://github.com/mina-deploy/mina