Skip to content

Ruby - Rails LTS

Pre-release
Pre-release
Compare
Choose a tag to compare
@oscgonfer oscgonfer released this 21 Sep 16:58
· 213 commits to master since this release
ec42c6f

What's Changed

Full Changelog: v1.2.0...v1.3

Notes

This needs to be included on the production .env file from now on:

RAILS_LOG_TO_STDOUT=true

If using docker, use:

doco up -d --force-recreate --build app sidekiq mqtt-task telnet-task

Once that's done, run bash inside app container:

doco exec app bash

And run rake migration:

rake db:migrate