News
The Ruby on Rails Podcast Episode 490: Ruby On Rails As A Career Choice with Olly Headey
Olly Headey joined the show to talk with Elise about his recent blog post concerning the future of Ruby on Rails as a career. We discuss his post, some survey data, and talk about software developers might want to think about this.
How to communicate like a GitHub engineer: our principles, practices, and tools - The GitHub Blog
As a company that’s been remote-first since day one, GitHub Engineering has learned a lot about how to communicate effectively across time zones, teams, and tools. We’ve distilled our experience into a set of guidelines that we call “How we commun...
Rails 7.1 adds support for multi-column ordering in ActiveRecord::Batches - BigBinary Blog
In Rails versions prior to 7.1, when batch processing records with a composite primary key, like id_1 and id_2, developers could use the :asc or :desc argument to control the sorting order. However, there was a limitation in how this sorting worke...