Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Releases: nickjj/orats

v5.1.1

v5.0.3

21 Dec 12:51
Compare
Choose a tag to compare

v5.0.2

12 Jul 23:07
Compare
Choose a tag to compare

v5.0.1

10 Jul 12:20
Compare
Choose a tag to compare

v5.0.0

10 Jul 11:59
Compare
Choose a tag to compare

Update everything to use Rails 5.0 and Docker. Complete overhaul of the project.

v0.9.7

20 Dec 01:55
Compare
Choose a tag to compare
  • Fix an error with the auth template using an old application.css.scss reference

Changes since the last release:
v0.9.6...v0.9.7

v0.9.6

20 Dec 01:46
Compare
Choose a tag to compare
  • Upgraded about a dozen gems to their latest version, including rails 4.2
  • Enable turbolinks progress bar by default
  • Add web-console gem for development mode
  • Use the universal google analytics snippet instead of the classic one
    • Make sure to check out app/views/layouts/google_analytics_snippet.html.erb
    • Check out this commit for details e6f7c3b

Changes since the last release:
v0.9.5...v0.9.6

v0.9.5

17 Aug 15:03
Compare
Choose a tag to compare
  • Fix custom templates
  • Upgrade devise to 3.3.0
  • Remove the devise related token ENV variables (they were never used)
  • Rotate the log file in development
  • Write the rails output to syslog in production (doesn't require any new gems)

Changes since the last release:
v0.9.4...v0.9.5

v0.9.4

15 Aug 23:46
Compare
Choose a tag to compare
  • Environment file changes
    • Rename SIDEKIQ_CONCURRENCY to BACKGROUND_THREADS
    • Add BACKGROUND_URL
    • Rename LOG_PATH to LOG_FILE and accept a full log path rather than a directory path
  • Write stdout/stderr for unicorn/puma to the same location
  • Log everything to the LOG_FILE, no more development.log
    • This defaults to log/yourapp.log in development, check the .env file
    • This sets you up to easily log to syslog in production and have everything in 1 place
  • Switch from puma to unicorn as the default backend

Changes since the last release:
v0.9.3...v0.9.4

v0.9.3

07 Aug 23:20
Compare
Choose a tag to compare
  • Add a bunch of comments to each server config
  • Add a LISTEN_ON env variable to support both a tcp address:port or unix socket path
  • Add a public deploy page that you can swap in/out during deploys
  • Remove the environment variable from the puma config (it's unnecessary)
  • Fix the puma restart command

Changes since the last release:
v0.9.2...v0.9.3