Browsing Tag
rails
53 posts
5 UI Components Library for Ruby on Rails (in 2024)
This article was originally published on Rails Designer Over the past ten years many (HTML/CSS) UI components libraries…
9 things that 🚨Rubocop🚨 don’t want you to use
One day, I got lost in the Rubocop documentation. I was struck by a realization: there are many…
New Rails 7.2: Added Rate Limiting
Ruby on Rails 7.2 added rate limiting to Action Controller. It’s cool and easy to use. What’s New?…
When to use `link_to` and `button_to` in Rails
This article was originally published on Rails Designer This article about forms inside forms triggered a question from…
How to Create an Undo Action with Rails
This article was originally published on Rails Designer. An undo-action is a common UX paradigm in web-apps. You…
Rails Designer v0.11.0 released: new Command Menu
Version 0.11.0 was just released with three new components! Let’s jump right into what’s new at Rails Designer:…
How to Add Disabled State to Buttons with Turbo & Tailwind CSS
This post was originally published on Rails Designer. If you’ve used Rails’ UJS, which is now defunct, you…
How Rails Powers PopaDex for Simplified Financial Planning
The current landscape of personal finance management is full of bloated apps, half of which have a business…
Data-Attributes Magic with Tailwind CSS & Stimulus
This article was originally published on Rails Designer Changing the way some, or all, UI elements on an…
How to Properly Structure Stimulus Controller
This article was previously published on Rails Designer. Over the years many articles have been written about organizing…