Blogs

Building lightweight components with Rails Helpers and Stimulus
Custom Rails helpers modules are often overlooked, but they can be a great option for building lightweight components and reducing boilerplate in your Stimulus controllers.One nice thing about Stimulus is that you can quickly infer the functionali...




Interview with Jeremy Evans, OpenBSD Ruby ports maintainer by Evrone
Jeremy Evans is the lead developer of the Sequel database library, the Roda web toolkit, the Rodauth authentication framework, and many other Ruby libraries. He is the maintainer of Ruby ports for the OpenBSD operating system, and has contributed ...


Set up Tailwind CSS JIT in a Rails project to compile styles 20x faster
Tailwind CSS gained quite a lot of traction in the world of Ruby and Rails. We even have the official tailwindcss-rails gem blessed by DHH himself that you can use with good ol’ Asset Pipeline if, for some reason, you stay away from Webpacker, ES6...



Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application with Docker Compose
After this tutorial, you'll understand what the benefits of using Docker areand will be able to:Install Docker on all major platforms in 5 minutes or lessRun an example Rails 5 app that uses a bunch of best practicesKnow how to write a Dockerfile...