#Ruby #Rails https://www.driftingruby.com/episodes/rails-api-active-model-serializer?utm_source=ruby-flow&utm_medium=social&utm_campaign=ruby-flow
Drifting Ruby
Episode 50 - Rails API - Active Model Serializer
Using ActiveModel::Serializer, learn how to create the JSON responses for your Rails API application. ASM is a great object oriented approach to building a JSON API.
#Ruby http://jaszczurowski.com/on-requests-processing-with-puma-and-unicorn-yet-another-introduction-for-newcomers/
Damian Jaszczurowski
On requests processing with Puma and Unicorn. Yet another introduction for newcomers.
These two are two mostly used application servers for ruby apps. How similar and how different are they? In the past unicorn was the most popular, nowadays puma is the leader. Code used for tests c…