Adding Postgres and ActiveRecord
Getting started - adding dependencies to your project
Guides, tutorials and labs to accompany CMU's Programming for Online Prototypes (49-714).
Everything you need to know about building microservices for the web with Ruby and Sinatra.
For testing your applications, it can be useful to have tools to call web urls:
“Postman is a Chrome extension and Mac Desktop app tool that helps developers construct and save HTTP requests. The request builder makes it easier to specify and test API endpoints. You can save, document, and share each request into collections, so you don’t forget the structure of HTTP requests you’ll need to make again. It’s an easier way to build requests than working with cURL. It makes the API querying workflow easier, and enables its users to store common requests and save time from trying to rewrite them from scratch. It’s a great tool to simplify API workflows. “