We're back! What a fantastic end to the year Ruby had. We're going to cover as much of it as we can today, so be prepared, there's a lot.. :-) __ Peter and the Cooperpress team |
🎉 Ruby 3.3 Released— It's not exactly breaking news, but I was too busy eating turkey on Christmas Day to dig into this new, mammoth release of Ruby till now 😉 If you’ve been playing with the preview and RC releases, little has changed, but here’s the big picture regarding improvements:
Yui Naruse |
Ruby 3.3's Language Changes in Detail— For five years, Victor has scoured through each new Ruby release and produced extensive notes on the changes made to the language (rather than CRuby the implementation). 3.3 gets the same treatment here, and any time you spend checking this out will be repaid in problems avoided during future upgrades. Victor Shepelev |
Nested Modules in Ruby— An explanation of not just two ways to define them, but how to access nested constants and what Module.nesting does. Akshay Khot |
Introducing Superglue: React ❤️ Rails— An attempt at a framework that brings together Rails, React and Redux in a way that makes them as smooth and productive to use as Hotwire, Turbo and Stimulus. We’ll never say no to more options in this area. thoughtbot |
Extralite 2.4: An Enhanced Way to Work with SQLite from Ruby— Imagine a faster and easier way to use SQLite from Ruby than the default sqlite3 library. Now, stop imagining and try this. v2.4 includes improvements like improved performance for multi-threaded apps and support for binding BLOBs. Sharon Rosner |
|