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...