Member-only story
Weekly Digest #2: The Plan for Rails 8
Curated and handpicked Ruby on Rails blogs.
Introduction
In this issue, we have picked 10 interesting articles published last week that we feel are worth reading.
These articles cover topics such as rails8, sidekiq, rails router, tests, packwerk gem, rspec, action cable, and web API. I hope you will like it.
Consider subscribing to the newsletter.
1. The Plan for Rails 8
Rails 8 has announced its goals for the next release, which include a new background worker, cache backend, asset pipeline, framework for pushing notifications to mobile devices, and a load of development tools.
2. How does Sidekiq work?
This article focuses on the internals of Sidekiq, its design and implementation decisions, and its full lifecycle.
3. Understanding the Rails Router: Why, What, and How
The article discusses the concept of routing in Rails, focusing on the role of the Rails router and its internals. It covers topics such as the instance_exec method, match method, HTTP…