#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…
#Ruby #Jekyll https://webdesign.tutsplus.com/tutorials/how-to-create-and-publish-a-jekyll-theme-gem--cms-27475
Web Design Envato Tuts+
How to Create and Publish a Jekyll Theme Gem
One of Jekyll’s noteworthy new features is the ability create official themes in the form of Ruby gems. These themes can be installed by a Jekyll user to style their static blog or website with...
#Ruby #WebDevelopment https://www.sitepoint.com/rack-app-a-performant-and-pragmatic-web-microframework/?utm_source=rubyweekly&utm_medium=email
SitePoint
Rack-App: A Performant and Pragmatic Web Microframework
David Bush introduces Rack-App, a web microframework in Ruby that has a single dependency, can handle thousands of endpoints, and is among the fastest around.