Ruby Next: Transpile Modern Ruby Code to Run on Older Versions— An interesting way to get Ruby code written with the latest syntax to run on older versions or alternative implementations (like mruby or Opal, say). This playground shows off the basic idea, and this could be useful for library maintainers or anyone who wants to experiment. GitHub repo. Vladimir Dementyev |
Optimizing Ruby’s JSON— Rails core team member Jean concludes a seven-part series going super deep into efforts made to significantly boost the performance of Ruby’s json library, with the end results trumping many of the alternatives. We linked to this when Jean began the series, but now the whole epic journey is here to enjoy. Jean Boussier |
![]() Memetria K/V: Efficient Redis & Valkey Hosting— Memetria K/V offers Ruby applications hosting for Redis OSS and Valkey, complete with large key tracking and detailed analytics for improved data oversight and performance. Memetria sponsor |
Stealthly Browsing and Scraping with Ferrum— Ferrum is a Ruby library for remotely controlling Chrome and Harrison shares some tips for staying under the radar when using it. (As always with these things, obey local laws and use your best judgment as to what is responsible.) Harrison Broadbent |
Rage: An HTTP API Framework Compatible with Rails— There are plenty of ‘alternative’ Ruby webapp and HTTP API approaches (e.g. Sinatra, Roda, or Hanami) but ‘Rails compatibility’ is the big win for this high performance, fiber-based API-only option. v1.12.0 adds a Redis adapter for scaling Cable-based apps across servers. Roman Samoilov |
Buff your Monolith Performance metrics, log management - everything you need to keep Rails shiny and fast. Try Scout Monitoring! Protect your SaaS app with advanced device fingerprinting from WorkOS Radar. Stop fake signups, free tier abuse, bot attacks and brute force attempts today. |
|
A quick roundup of some of other interesting updates in the broader developer landscape, in case you've missed them: Tailwind CSS 4.0 has just been released. It's a CSS framework that's increasingly popular in the Rails world. v4 features much faster builds, better support for cutting edge CSS features, simpler installation, CSS-first configuration, and more. Bun is a high-performance JavaScriptCore-based JavaScript runtime that boasts compatibility with Node.js but is faster and has a bundler, test runner and other utilities baked in. Bun 1.2 just landed and it's a big step forward. A neat way to run JS server-side without many of Node's headaches. If you've not worked with it yet, Hemath has an accessible introduction to the basics of WebAssembly. Looking for a self-hosted GitHub-a-like? Forgejo is an interesting, full featured Go-powered fork of Gitea. Act is a tool for running your repo's GitHub Actions locally.
|
|