InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Docker-rails-example Alternatives
Similar projects and alternatives to docker-rails-example
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Slim
Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic. (by slim-template)
-
-
-
-
docker-phoenix-example
A production ready example Phoenix app that's using Docker and Docker Compose.
-
-
Docker-Rails-Template
A freshly updated version of "rails new", preconfigured to be run with Docker.
-
-
importmap-rails
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.
-
full-stack-fastapi-template
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
-
-
-
rails7-on-docker
Working Rails 7 demo application running in Docker. No node.js or webpack required.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
docker-rails-example discussion
docker-rails-example reviews and mentions
-
Rails 7.1 Released
I took a 13,000 line Rails 7.0 app and updated it to 7.1. I had to change 1 line of test configuration code to make everything work.
I would say that's a success for having an easy upgrade path. Now the fun part is going back to refactor some of the code to use the new features in 7.1.
If anyone is curious, I updated my Rails / Docker example app to use 7.1 too https://github.com/nickjj/docker-rails-example. Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production -- complete with Postgres, Redis, Action Cable, Sidekiq and more.
-
Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and More
Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production.
If anyone is interested in that, I updated my example Rails app https://github.com/nickjj/docker-rails-example to use Rails 7.1 a few hours after 7.1 dropped.
-
There is a release date for Rails 7.1?
If you're itching for Docker compatibility I maintain https://github.com/nickjj/docker-rails-example.
- Looking to use Docker & Docker Compose in production and need advice.
-
Docker Compose Examples
- https://github.com/nickjj/docker-rails-example
-
Dockerfile for Development?
There's https://github.com/nickjj/docker-rails-example if you're looking for an end to end 1 command solution that works in dev and prod. It pulls together Puma, Sidekiq, Action Cable, Postgres, Redis, esbuild and Tailwind. It's all set up and ready to use Hotwire as well.
-
Rails on Docker · Fly
If anyone is looking for a more complete guide I put together this a while back: https://nickjanetakis.com/blog/a-guide-for-running-rails-in-...
The post also includes a ~1h hour ad-free YouTube video. It includes running Rails and also Sidekiq, Postgres, Redis, Action Cable and ties in esbuild and Tailwind too. It's all managed by Docker Compose.
The example app is open source at https://github.com/nickjj/docker-rails-example and it's optimized for both development and production. No strings attached.
-
Is it worth learning Ruby on Rails for 2023?
If you're interested I've created https://github.com/nickjj/docker-rails-example with a base project using Docker Compose, Postgres, Redis, Sidekiq, Tailwind and esbuild.
- docker-compose file repository?
-
Quick Question: Health Check
I create an Up controller https://github.com/nickjj/docker-rails-example/blob/main/app/controllers/up_controller.rb and then have Uptime Robot https://uptimerobot.com/ hit it every few minutes.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 May 2025
Stats
nickjj/docker-rails-example is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of docker-rails-example is Ruby.
Popular Comparisons
- docker-rails-example VS vite_ruby
- docker-rails-example VS importmap-rails
- docker-rails-example VS docker-phoenix-example
- docker-rails-example VS Docker-Rails-Template
- docker-rails-example VS full-stack-fastapi-template
- docker-rails-example VS rails_panel
- docker-rails-example VS rails7-on-docker
- docker-rails-example VS jumpstart
- docker-rails-example VS hotwire-chat
- docker-rails-example VS esbuilder