After reading this guide, you will know:

What additional services to install and configure for the full Rails on Services experience.



1. Setup a Cloud Development Server

ros

2. CI/CD Configuration

NOTE: Here the Postman API key is important and is configurable

3. Developer Tooling

Create a Postman team; commit code to repository; CI will auto generate OpenAPI V3 documentation which can be used by Postman as a collection.

3.1 Create a Postman Team

As part of the CI/CD process all API documentation will be written and pushed to a Postman team

rails app:ros:doc output written to app_root/tmp/docs

https://github.com/postmanlabs/openapi-to-postman postman schema docs: https://schema.getpostman.com/

POST to url ‘https://api.getpostman.com/collections’

with API KEY

Before production []exception notification []prometheus monitoring []request logging []fluentd logs