From 9f7f4bf819cfc158e4cf5c4b37b7c61915b8a9ac Mon Sep 17 00:00:00 2001 From: "Ilya N. Zykin" Date: Sat, 28 Jan 2023 20:51:32 +0300 Subject: [PATCH] update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60febc3..5540ba9 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ Rails 7 Application is Ready in Minutes! Kaminari Pagination solution + + letter_opener + mailcatcher + Email previwer for development + puma Puma @@ -119,11 +124,6 @@ What I'm going to add... - - letter_opener - mailcatcher - Email previwer for development - devise Devise @@ -185,9 +185,9 @@ bin/setup You will see something like that: ``` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rails 7. StartKit -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ What was done: 1. Pull all required Images 2. Launching ElasticSearch Container @@ -202,9 +202,9 @@ What was done: 11. Launching Sidekiq 12. Visit Rails App: http://localhost:3000 13. Visit Mail Service: http://localhost:1080 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Welcome to RAILS 7! -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```