Deploying on the Rails Server
Learn to deploy your template project and how to use the rails server.
We'll cover the following...
Coming online
In the previous lesson, you used rails new
to create a new project, and now you already have an application that you can run. You will use a Rails script to run the Puma web-server to deploy our ...