This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
Releases: nickjj/orats
Releases · nickjj/orats
v5.1.1
v5.0.3
v5.0.2
v5.0.1
v5.0.0
v0.9.7
- 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
- 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
- Make sure to check out
Changes since the last release:
v0.9.5...v0.9.6
v0.9.5
- 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
- Environment file changes
- Rename
SIDEKIQ_CONCURRENCY
toBACKGROUND_THREADS
- Add
BACKGROUND_URL
- Rename
LOG_PATH
toLOG_FILE
and accept a full log path rather than a directory path
- Rename
- 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
- This defaults to
- Switch from puma to unicorn as the default backend
Changes since the last release:
v0.9.3...v0.9.4
v0.9.3
- 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