Browsing Tag
ruby
51 posts
Use cases for Turbo’s Custom Events
This article was originally published on Rails Designer Turbo emits various Custom events before, during and after certain…
Docker in development: Episode 3
The last episode was about dockerizing our Ruby on Rails app. In this episode, we’ll be exploring how…
Setting Up GraphQL and GraphiQL in Rails: A Comprehensive Guide
GraphQL is becoming increasingly popular as an alternative to REST APIs, offering more flexibility and efficiency in data…
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…