Tutorials



rails/actiontext: Edit and display rich text in Rails applications
Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is save...



Using parametrized containers for deploying Rails micro services on Kubernetes
When using micro services with containers, one has to consider modularity and reusability while designing a system.While using Kubernetes as a distributed system for container deployments, modularity and reusability can be achieved using parameter...

A categorized community-driven collection of awesome Ruby libraries, tools, frameworks.
A categorized community-driven collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.Sharing, suggestions and contributions are always welcome! Please take a look at the contribu...

Creating a Minimal Sinatra App For Hosting Test Files on Heroku
It’s essential that we test each integration end-to-end. However, all the providers we integrate with require some form of authentication (basic HTTP authentication, API tokens, e.g.). Most of them do not provide sandbox accounts to facilitate tes...