#Ruby

[ follow ]
#ruby
Ruby on Rails
fromRubyflow
3 weeks ago

What Ruby Version Does Rails 8 Actually Require?

The minimum Ruby version for Rails 8 is clarified along with the recommended version and common misconceptions found online.
Ruby on Rails
fromrubyflow.com
3 weeks ago

typed_print v0.2.0: Zero-dependency tables from Ruby hashes (with Markdown output)

A zero-dependency gem transforms hashes into clean, aligned tables for terminal and Markdown output.
Ruby on Rails
fromRubyflow
18 hours ago

Most Ruby developers think JSON is "just a gem".

Ruby’s JSON.parse and JSON.generate rely on a highly optimized native C engine with recursive parsing, SIMD, specialized float handling, buffer management, UTF-8 support, and Ruby object generation.
Ruby on Rails
fromRubyflow
4 days ago

CRuby threads don't give you real parallelism, the GVL blocks it.

Ractors enable real parallelism in Ruby by using per-ractor locking instead of a single global lock, while enforcing strict object isolation to prevent data races.
Ruby on Rails
fromrubyflow.com
1 week ago

Introducing Rubyduino, a Ruby to Arduino UNO compiler based on Matz's Spinel!

Rubyduino compiles Ruby sketches into Arduino firmware using Spinel, then uploads the generated firmware to Arduino boards.
Ruby on Rails
fromtheregister
1 week ago

Ruby inventor Matz working on native compiler with AI help

Matz and Anthropic's Claude developed Spinel, a native Ruby compiler that significantly improves performance but has limitations on Ruby features.
Ruby on Rails
fromRubyflow
3 weeks ago

What Ruby Version Does Rails 8 Actually Require?

The minimum Ruby version for Rails 8 is clarified along with the recommended version and common misconceptions found online.
Ruby on Rails
fromrubyflow.com
3 weeks ago

typed_print v0.2.0: Zero-dependency tables from Ruby hashes (with Markdown output)

A zero-dependency gem transforms hashes into clean, aligned tables for terminal and Markdown output.
fromRubyflow
1 day ago

TIMEx - a deadline engine for Ruby

Production timeouts are rarely "just call Timeout.timeout." You need a real budget, predictable expiry, and a way to pass that budget to the next service. is a small, stdlib-only gem that treats timeouts as deadlines: monotonic clocks, pluggable strategies, and one consistent API-no Rails, no ActiveSupport.
fromRubyflow
3 weeks ago

Self-hosted LLM Cost Tracker for Rails - v0.5.3 Released

llm_cost_tracker offers a privacy-first approach by not storing prompts or responses, allowing teams to track LLM API costs without compromising user data.
fromRubyflow
3 weeks ago
Ruby on Rails

wroclove.rb 2026 workshop exercises - Building Rails SPAs in Frontend Ruby w/ Glimmer

Glimmer DSL for Web offers a fast way to learn Ruby-in-the-Browser Rails Frontend Framework with new Rails 8 setup instructions.
fromRubyflow
4 weeks ago
Ruby on Rails

ruby-crewai: The missing Ruby SDK for CrewAI's multi-agent AI API

CrewAI now has a Ruby client, ruby-crewai, enabling Rails developers to use its multi-agent AI framework.
fromRubyflow
2 months ago

Servactory - Typed service objects with declarative actions for Ruby

The core idea is three separate attribute layers: inputs (what comes in), internals (working state), and outputs (what goes out). Each is a distinct declaration with its own namespace and type checking. Combined with declarative make calls that define action order, the data flow through a service is visible at a glance: class Payments::Process < ApplicationService::Base input :payment, type: Payment internal :charge_result, type: Servactory::Result output :payment, type: Payment make :validate_status! make :perform_request! make :handle_response! make :assign_payment
Ruby on Rails
fromRubyflow
4 months ago

libgd-gis continues to grow - now with styles and more

libgd-gis is a Ruby raster GIS engine on libgd that supports cartographic styles, layered GeoJSON, full labeling, and direct image composition.
fromRubyflow
4 months ago

When we talk about programming or human languages, things get interesting

I cannot access external web pages from this environment. Please paste the article text or the specific passages to enable extraction of exact quotes of 60–85 words each.
Ruby on Rails
fromRubyflow
5 months ago

State machines changed the way I design workflows in Ruby.

State machines structure Ruby/Rails workflows, making logic clean, predictable, and easier to maintain across payments, approvals, integrations, and backend processes.
Ruby on Rails
fromrubyflow.com
6 months ago

Sentry Ruby SDK 6.0.0 Released

Sentry Ruby SDK adds full logs for Ruby/Rails, tracing and profiling improvements, and introduces breaking changes including dropped support for older Ruby and Rails versions.
Ruby on Rails
fromRubyflow
7 months ago

SpellKit: Fast Typo Correction with Domain Protection for Ruby

SpellKit delivers blazing-fast, domain-preserving spell checking and typo correction for Ruby via native Rust bindings with zero runtime dependencies.
Data science
fromRubyflow
8 months ago

Topical: Topic Modeling Pipeline for Ruby

A Ruby gem that provides a complete topic modeling pipeline using ClusterKit clustering and c-TF-IDF, combining Rust performance with Ruby usability.
Software development
fromRubyflow
8 months ago

ClusterKit: High-performance UMAP and clustering for Ruby

ClusterKit enables fast, native Rust-powered dimensionality reduction and clustering in Ruby, supporting UMAP, PCA, K-means, HDBSCAN, reproducible seeds, and Numo::NArray.
Ruby on Rails
fromRubyflow
9 months ago

RapiTapir - APIs so clean and fast, they practically run wild!

RapiTapir enhances Ruby API development with type safety, automatic documentation, and a clean DSL, making the process more efficient and less error-prone.
Ruby on Rails
fromHackernoon
1 year ago

How I Landed My First Client Midway Through The Odin Project | HackerNoon

Successfully developed a custom pricing app for a friend's business while learning from The Odin Project.
fromRubyflow
11 months ago

GitHub Flavored Markdown in Rails with Commonmarker

Commonmarker stands out among Ruby gems as it implements the CommonMark specifications while also accommodating GitHub-flavored Markdown, which enhances user functionality and satisfaction.
fromHackernoon
1 year ago

The Odin Project's Chess Game Took Me Weeks to Finish-And I'd Still Do It Again | HackerNoon

I figured I'd share my experience to help anyone else gearing up to tackle it, trust me, it's not as scary as it seems!
Board games
[ Load more ]