Quantcast
Channel: FeedBunch:7f91a9df17db4fce148fcdae1d628bf750795264 commits
Browsing all 29 articles
Browse latest View live

Updated devise gem 4.7.2 -> 4.7.3

View Article



Updated newrelic_rpm gem 6.12.0.367 -> 6.13.1

View Article

Updated puma gem 4.3.6 -> 5.0.2

View Article

Updated ruby to 2.7.2

View Article

Updated rails 6.0.3.3 -> 6.0.3.4

View Article


Updated changelog

View Article

Make release directory used by Puma configurable via env variable.

This allows running FeedBunch in a different directory than the default.

View Article

Changelog

View Article


Location where puma writes logs is now configurable via env variables

The default if the STDOUT_FILE, STDERR_FILE variables are not set is the same as before.

View Article


Allow configuring port/socket binding with the PORT env variable

View Article

The FORCE_SSL env variable can make the app secure.

The app is secure by default, if FORCE_SSL is not set. This toggles the force_ssl rails flag, which among other things makes TLS mandatory, marks cookies as secure-only and enables HSTS. Generally...

View Article

Use FORCE_SECURE env var instead of FORCE_SSL to force secure behavior

It not only forces the use of SSL but also HSTS and secure cookies.

View Article

Correctly use the FORCE_SECURE env variable

Env vars are strings, not booleans. Convert to boolean before actually using the value in code.

View Article


Control log level in production with the FEEDBUNCH_LOG_LEVEL env var

It takes the value "warn" by default.

View Article

Make SMTP port and authentication method parametrizable.

These are used to connect to an SMTP server to when sending emails. They can be set via values in secrets.yml file.

View Article


Updated nokogiri gem 1.10.10 -> 1.11.0

View Article

Removed facebook app ID from secrets.

Sharing entries in facebook has not worked for a long, long while.

View Article


Make uploads behavior parametrizable via env variables

- UPLOADS_LOCATION: "local" means use a local uploads folder, "s3" means use an AWS S3 bucket. - new secret to configure AWS region to use, in case S3 is used for uploads. - if S3 is used for uploads,...

View Article

Use a single sidekiq server initialization block

FeedBunch was making two calls to Sidekiq.configure_server : one to initialize the redis connection pool and a second one to create default scheduled jobs. There is a possibility that this was causing...

View Article

Added script to create users non-interactively.

It can be invoked with "rails runner" to e.g. populate the initial admin user in a new installation.

View Article
Browsing all 29 articles
Browse latest View live




Latest Images