Basic information

Starting configuration for your Rails application that is applied during project bootstraping

Generate default Dockerfile for the application

Instead of default Rails screen, create simple HomeController with a blank view

Create app that will work as an API only

Testing

Configuration for testing

Use RSpec for testing

Use FFaker to generate fake data

Use FactoryBot to create test data

Deployment

Configuration for deployment

Generate staging environment configuration

Protect staging environment with basic authentication

Errors handling

Configuration for errors handling

Use Sentry to catch errors in non-local environments