Don’t over-engineer. While there are some AI tasks that are better suited for Python, using a Ruby gem and some API calls will do the job for most cases.
A hidden Rails feature that can level up your debugging game.
For a long time, I thought that using React with Rails was an “all-or-nothing” proposition. I’m now realizing that the two can be integrated on a spectrum.
A step by step of how to prepare for it, how to get to Rails 7, and what to do after the upgrade.
Ruby and Rails have several features to make your code more performant using async programming. Here’s a list of these tools and how to use them.
We took our Suspenders to the tailor and made some alterations.
Make your transactional web requests more maintainable with The Chainable Request Pattern.
RailsConf 2024 kicks off May 7 and we hope to meet you there. Here are some places you’ll find thoughtbot speaking, pairing, organizing, and eating!
Want to setup React on your Rails 7 app but don’t know how do it? Read this post to explore options to consider when using React with Ruby on Rails.
How to add model validation for a column using a PostgreSQL enum type in Rails 7.1.