Blogs
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...
Rails 7 - Active Record Encryption — Ruby on Rails Guides
Active Record EncryptionThis guide covers encrypting your database information using Active Record.After reading this guide you will know: How to set up database encryption with Active Record. How to migrate unencrypted data How to make different ...
Lazy-loading content with Turbo Frames and skeleton loader
Hotwire is a new suite of frontend tools from Basecamp for building “reactive Rails” apps while writing a minimal amount of JavaScript.While the most exciting feature to some is the real-time streaming of server rendered HTML, my favorite addition...
Long term support for Ruby on Rails 2.3, 3.2, and 4.2
After a few years of service, old versions of the Ruby on Rails framework reach end-of-life. At this point the volunteer team that maintains Rails will no longer provide security patches against criticial security incidents.When community support ...