Building a Complete GIS Stack in Rails: ruby-libgd + libgd-gis + map_view

Building a Complete GIS Stack in Rails: ruby-libgd + libgd-gis + map_view April 10, 2026 πŸš€ See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and production-ready. Try the demo β†’ Over the past few months I’ve been working on a small GIS-oriented stack in … Continue reading Building a Complete GIS Stack in Rails: ruby-libgd + libgd-gis + map_view

MapView: Static maps for Rails. No JS. No frontend. Just Ruby.

MapView: Static maps for Rails. No JS. No frontend. Just Ruby. April 7, 2026 πŸš€ See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and production-ready. Try the demo β†’ From the creator of ruby-libgd and libgd-gis comes native Rails integration Many of you already … Continue reading MapView: Static maps for Rails. No JS. No frontend. Just Ruby.

This Week in Rails: Faster Logs, Reliable Parallel Tests, and Key Deprecations

This Week in Rails: Faster Logs, Reliable Parallel Tests, and Key Deprecations April 5, 2026 πŸš€ See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and production-ready. Try the demo β†’ A new batch of improvements has landed in the Rails codebase this week, focusing … Continue reading This Week in Rails: Faster Logs, Reliable Parallel Tests, and Key Deprecations

ruby-libgd: The Modern Ruby Image Library You’ve Been Sleeping On

ruby-libgd: The Modern Ruby Image Library You've Been Sleeping On March 30, 2026 Reading time: 8 minutes Status: Benchmark-driven, production-ready πŸš€ See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and production-ready. Try the demo β†’ Executive Summary After extensive benchmarking against RMagick, ChunkyPNG, and … Continue reading ruby-libgd: The Modern Ruby Image Library You’ve Been Sleeping On

FFI: How Ruby Talks to C

March 25, 2026 Published on RubyStackNews Scan to try 🎯 Live Demo Available Introducing MapView Render beautiful, production-ready maps directly from your Ruby backend. No external APIs. No dependencies. Just pure speed and control. βœ“ Zero external dependencies βœ“ Lightning-fast rendering βœ“ Production-ready & battle-tested Try the Live Demo β†’ Read Docs Ruby is a … Continue reading FFI: How Ruby Talks to C

Can Ruby Read an X-Ray? Building a Medical Image Processor

Can Ruby Read an X-Ray? Building a Medical Image Processor March 23, 2026 Published on RubyStackNews Nobody expects Ruby to process medical images. That is exactly why I tried it. This article is about building a medical image analysis prototype in pure Ruby using ruby-libgd as the rendering and pixel manipulation engine. No Python. No … Continue reading Can Ruby Read an X-Ray? Building a Medical Image Processor

2D Histograms in Pure Ruby

2D Histograms in Pure Ruby March 18, 2026 Published on RubyStackNews One of the most useful tools in exploratory data analysis is the 2D histogram. Not the bar chart kind β€” the density map kind. Given a cloud of points, it answers a simple question: where do most of them live? This article shows how … Continue reading 2D Histograms in Pure Ruby

Ruby on Rails β€” Complete Reference of Methods, Classes & Features Not in Ruby

Ruby on Rails β€” Complete Reference of Methods, Classes & Features Not in Ruby March 17, 2026 Scan to try 🎯 Live Demo Available Introducing MapView Render beautiful, production-ready maps directly from your Ruby backend. No external APIs. No dependencies. Just pure speed and control. βœ“ Zero external dependencies βœ“ Lightning-fast rendering βœ“ Production-ready & … Continue reading Ruby on Rails β€” Complete Reference of Methods, Classes & Features Not in Ruby

Ruby for Data Science β€” Is It Possible?

March 16, 2026 Published on RubyStackNews After the last article, Jupyter proved to be an awesome sandbox for testing code interactively. I spent the entire weekend asking myself one question: can Ruby render a real 3D plot? I started convinced the answer was no. By Sunday night, ruby-libgd had proven me wrong. The question nobody … Continue reading Ruby for Data Science β€” Is It Possible?