Skip to content

Releases: astrocket/rails-template

🎉 kubernetes support

19 Apr 09:08
Compare
Choose a tag to compare
v.1.3.0

update README.md

New option to select React.js

15 Sep 16:15
8baba3a
Compare
Choose a tag to compare

Supports React.js

  • functional component
  • hooks router
  • smooth integration of Rails SSR & React CSR
  • basic examples

MIT License / Feature updated

29 Jun 00:35
f8943a1
Compare
Choose a tag to compare
  • MIT License
  • ActiveAdmin
  • Slack Notification
  • Bug fixes & Cleaning up

First working full version

05 Mar 15:33
Compare
Choose a tag to compare
  • Docker for production deploy
  • Webpacker and Stimulus setting for client javascript
  • ActiveJob + Sidekiq + Redis setting for async jobs
  • Foreman setting for integrative dev setup
  • Rspec + FactoryBot setting for test code
  • Guard + LiveReload setting for hot reloading