Browsing Tag
ruby
58 posts
Rails Designer v1.6: Drag & Drop image support
Rails Designer is still chugging along nicely. 🛤️ Typically seeing around 30 new developers/teams per week. Want to…
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…
Search Engine From Scratch
Let’s define the problem at a high level first. User enters a query. The search engine returns the…
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…
Shims in Web Development
Introduction In programming, a shim acts as a bridge between your code and an underlying system, allowing you…