Browsing Tag
rails
49 posts
Let’s Read – Eloquent Ruby – Ch 11
Perhaps my personal favorite recommendation for learning to program Ruby like a Rubyist, Eloquent Ruby is a book…
searchkick resource_already_exists_exception
Yesterday, I worked on elasticsearch integration with help of searchkick. I did several times adding searchkick to Rails…
Create a New Rails 7.2 Project with Bootstrap Theme on a Newly Set Up WSL (in Minutes)
Setting up a new Rails 7.2 project with a Bootstrap theme on Windows Subsystem for Linux (WSL) involves…
Rails Designer v1.2: Preview Images before Upload
Besides some of the new additions to Rails Designer and the blog that you can read below, I…
Use CSS’ `only-child` instead of `if/else` logic
This article was originally published on Rails Designer Rails developers are spoiled when talking about not needing to…
Inline Save and Add Another with Rails and Hotwire
This article was originally published on Rails Designer I recently wrote about how to add a “Save and…
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…