Gnarly News April 2023

Engineering Insights

April 29, 2025
Ethan Fertsch
#
Min Read
Gnarly News April 2023

The software development landscape is constantly changing. As a software consultancy, it's our responsibility to keep our finger on the pulse of the industry. Here are some headlines that caught our attention recently.

Rails World: A New Conference in 2023

Conference season is upon us! There have been many announcements as of late about conference dates and CFPs but one of the most buzzworthy for us is Rails World. Rails World is a brand-new conference that is sponsored by the Rails Foundation and will be held in Amsterdam, Netherlands (😏) on October 5th and 6th.

Ruby 3.2.2 Released

Ruby 3.2.2 was released at the end of last month. There's nothing super shiny in this release but there are some important security fixes in the Time and URI classes that you'll want to get in ASAP.

Next.js Version 13.3 Released

This release is all about community-requested features! Four main improvements are described in the release notes such as the ability to dynamically generate sitemaps and Open Graph images. It also adds SPA support for Server Components and adds some new advanced routing features for the App Router.

Contributors

Learn more about how The Gnar builds software.

Related Insights

See All Articles
Engineering Insights
Turbo-powered Dynamic Fields

Turbo-powered Dynamic Fields

Render parts of your views so your users get the right options at the right times, and do it with as little front-end effort as necessary.
Engineering Insights
React in Rails, One Component at a Time

React in Rails, One Component at a Time

It seems like we should be able to drop React components into our views on an ad hoc basis using Stimulus, which is exactly what we will do.
Engineering Insights
A Near Miss: How I Froze My Website by Adding a Generated Column

A Near Miss: How I Froze My Website by Adding a Generated Column

Do avoid freezing your database, don't create a generated column. Add a nullable column, a trigger to update its value, and a job to backfill old data.
Previous
Next
See All Articles