Skip to content

filser89/rails-templates

Repository files navigation

Rails API Template for WeChat (WeiXin) MiniProgram

##Gems Setup:

  • Authentication with devise
  • Authentication with jwt
  • Background jobs with sidekiq
  • API calls with rest-client
  • Handle money and currencies with money-rails. Default currency: CNY
  • Model translations with json_translate. Locales: :en, :cn
  • Active Storage with activestorage-aliyun

Generate your app with the following command:

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/filser89/rails-templates/master/rails-wxmp-setup.rb \
  CHANGE_THIS_TO_YOUR_APP_NAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages