Quick Recap
Let's revise what we have covered so far.
We'll cover the following...
Highlights
In this chapter, we learned how to set up and configure a database for our Rails app, something the vast majority of Rails apps typically need.
Let’s review what we covered:
-
We started up a Postgres server in a container using Compose. ...