Blogs
What's Cooking in Rails 7 featuring Jason Dinsmore - RUBY 506 | Devchat.tv
Jason Dinsmore went spelunking through the changelogs for Rails and pulled out the latest features for the most popular Ruby web development framework.Jason and the Rogues go through the changes and discuss the upcoming changes in Rails 7.
7 Advantages of Ruby on Rails for Web Development
When David Heinemeier Hansson launched the Ruby on Rails framework in 2005, he must have thought about all the questions of its future relevance.That’s why modern companies like Airbnb, Shopify, Twitter experience all the benefits of Ruby on Rails...
How I write and maintain type signatures in my Rails app with Sorbet | Connor Shea
Sorbet is a gradual type checker for Ruby, developed by Stripe. It was teased for about a year before release, and after getting enthralled by TypeScript back in early 2019, I eagerly awaited the public release of Sorbet as well. It came out in Ju...
Adding support for cross-cluster associations to Rails 7 | The GitHub Blog
Ever since we made the leap at GitHub to upgrade off our fork of Rails and worked hard to stay up to date with the latest releases, we’ve consistently looked for ways to improve the Rails framework upstream. We do this in many ways – running GitHu...
Hanami architecture explained | Hanami Mastery - a knowledge base to hanami framework
First of all, let's clarify the term software architecture. Martin flower already wrote a dozen of posts about it, but in general, the architecture isn't really about MVC, Service objects, used ORM or things like that. MVC is not architecture - le...
Multiple databases in a single query in your Rails apps
Imagine that you are building a separate application for your e-commerce system dedicated to business intelligence. In other words, you want to calculate some stats for the orders. So you are going to create some new model, like OrderStat(s), and ...