From 626742af00ec3bb11f21f6b6a481db847bfef3f6 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 4 May 2023 14:32:16 -0700 Subject: [PATCH] Add Sam Ruby's Rails Generator as reference/credit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a32f9d..aa57975 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ NOTE: You will need to generate a production secret with `bin/rails secret` and Build, Ship, and Run Your Applications Everywhere](https://pragprog.com/titles/ridocker/docker-for-rails-developers/) * [Ruby on Whales: Dockerizing Ruby and Rails development](https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development) +* [Rails generator to produce Dockerfiles and related files](https://github.com/rubys/dockerfile-rails) ### Rails 7 with importmaps