Make slim Rails images

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Webpacker

    Use Webpack to manage app-like JavaScript modules in Rails

  • Webpacker to compile the static assets to the "/public" folder.

  • docker-slim

    Slim Rails images, Rails/Sidekiq/ActionCable-standalone/Nginx with Docker-Compose & Kubernetes (StatefulSet Postgres & Redis) (by ndrean)

  • We built a toy Rails monolith app. This simple app increments on button click a counter whose value is saved to a Postgres database and to a Redis database, and the click triggers background jobs with Sidekiq/Redis and workers.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • overmind

    Process manager for Procfile-based applications and tmux

  • Since we use Sidekiq, Redis and Postgres, you will need a running Redis server and Postgres service when running locally. You then launch a Sidekiq service (with it's Redis service), the Rails server and finally run Webpack is dev mode. We used the process manager Overmind. Once the Redis server and Postgres services are up, run overmind start with the following "Procfile":

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Rails asset pipeline, old and new

    2 projects | dev.to | 28 Apr 2024
  • Is enabling full source maps in production a wise default? (2017)

    1 project | news.ycombinator.com | 13 Oct 2022
  • How to setup ruby on rails + Angular

    1 project | /r/rails | 11 Sep 2022
  • What is the pros and cons of using Rails asset pipeline vs. webpack to hold assets?

    1 project | /r/codehunter | 6 Apr 2022
  • Webpacker can’t find application.js - fix or bypass completely?

    1 project | /r/rails | 17 Feb 2022