Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Jan 28, 2023
1 parent d83e547 commit 9f7f4bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ Rails 7 Application is Ready in Minutes!
<td><b><a href="https://www.ruby-toolbox.com/categories/pagination">Kaminari</a></b></td>
<td>Pagination solution</td>
</tr>
<tr>
<td><img width="100px" alt="letter_opener" src="docs/mailcatcher.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/EMail_Fake_Servers">mailcatcher</a></b></td>
<td>Email previwer for development</td>
</tr>
<tr>
<td><img width="100px" alt="puma" src="docs/puma.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/web_servers">Puma</a></b></td>
Expand All @@ -119,11 +124,6 @@ What I'm going to add...
</tr>
</thead>
<tbody>
<tr>
<td><img width="100px" alt="letter_opener" src="docs/mailcatcher.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/EMail_Fake_Servers">mailcatcher</a></b></td>
<td>Email previwer for development</td>
</tr>
<tr>
<td><img width="100px" alt="devise" src="docs/devise.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/rails_authentication">Devise</b></a></td>
Expand Down Expand Up @@ -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
Expand All @@ -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!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

<details>
Expand Down

0 comments on commit 9f7f4bf

Please sign in to comment.