Articles about "Design".

All Tags

Easy Redesign in Rails: Run Old and New Side by Side with :variants.

August 25, 2025

Rails variants are usually used to serve different views for devices — but you can use them for much more, like running a redesign side by side.

How to Customize Rails Form Error Handling.

December 11, 2024

If you've worked with Rails forms, you've likely encountered the infamous .field_with_errors wrapper. While it's designed to help highlight invalid fields, it can wreak havoc on your HTML structure and CSS styles. Fear not — there's an easy way to disable it!

Introducing RailsbootUI: Rails View Components for Bootstrap.

July 22, 2024

We released a new product: RailsbootUI - it's our take on providing a simple yet professional view component collection for Rails with Bootstrap as the CSS framework under the hood.

Use CSS Grid to stack items.

March 27, 2024

Discover how to use CSS Grid to stack items efficiently without relying on absolute positioning. This guide explains how to position elements within the same column and row, using both CSS and TailwindCSS, to create flexible and responsive layouts.

Using Tailwind CSS AND Bootstrap side by side in Rails.

January 02, 2024

Ever wondered how to use Tailwind CSS AND Bootstrap within the same Rails application? Maybe you have different parts of the app where you want to take advantage of the better suited CSS framework. It's actually pretty easy to do in Rails and our go to approach in monolithic Rails apps.

Subscribe to get future articles via the RSS feed .