ADS

Articles

rubyland.news

Continuations 2026/09: Body parsing

Originally appeared on Tim Riley. This week I finished a particularly satisfying piece of work: adding request body parsing to Hanami Action. This finishes the story we started back in Hanami 2....
Topics: hanami action body-parsing formats middleware
Subsystem: Ruby On Rails
rubyflow.com

Optimizations

In this episode, we look at a few different ways of improving the speed of a page. There are many paths to take. Some of them leaves a lot of optimizations on the table, whereas others are prematu...
Topics: optimizations page speed premature optimization
Subsystem: Ruby On Rails
scottw.com

Local CI Plus

Topics: ci plus local automation pipelines
Subsystem: Ruby On Rails
rubyland.news

Optimizations

Originally appeared on Drifting Ruby Screencasts.In this episode, we look at a few different ways of improving the speed of a page. There are many paths to take. Some of them leaves a lot of optimi...
Topics: optimizations performance screencasts
Subsystem: Ruby On Rails
rubyflow.com

wreq-ruby: First production-ready Ruby HTTP client with TLS/HTTP2 browser fingerprint

We just open-sourced wreq-ruby, the first production-ready Ruby HTTP client with real browser TLS/HTTP2 fingerprinting. It emulates the exact signatures of Chrome, Firefox, Safari, Edge, Opera, an...
Topics: http client tls http2 browser fingerprinting
Subsystem: Ruby On Rails