Ruby LibHunt Info

Subscribe to our Ruby newsletter
to know all the trending
gems, news and articles.

All Categories

MORE - Discover trending Ruby projects by mentions on social networks.

The Awesome Ruby feed

Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
Promo www.influxdata.com
Today

XDG

A XDG Base Directory Specification implementation.
Featured Gem // Category CLI Utilities

Awesome Ruby Newsletter » 413

Top Stories
  • RubyJS-Vite
  • Prism (new Ruby parser) in 2024
  • Hands-off eclipse photography with Ruby and gphoto

The Implications of Crypto Rewards on RubyGems.org

Article Popular Story // blog.rubygems.org

Yesterday

Authentication Zero

An authentication system generator for Rails applications.
Featured Gem // Category Authentication and OAuth

Delegated types in Rails: I tried them, and I'm not sure I really understood them.

Delegated types are a modelization pattern introduced in Rails in 2020. And developers have mostly been scratching their head for a few years trying to use them in their applications. Today, I want to share a real-world use case. I'll walk you through my pre-existing domain architecture, my initial requirements, my mistakes, how I eventually used delegated types, what I learned and my open questions.
Article Added by: merciremi // remimercier.com

Last 7 Days

Couchbase Ruby Client

Couchbase Ruby Client Library
Featured Gem // Category Database Drivers

RubyJS-Vite

Article Popular Story // filipvrba.github.io

Prism (new Ruby parser) in 2024

Article Popular Story // railsatscale.com

Glimmer DSL for Web

Glimmer DSL for Web (Ruby in the Browser Web Frontend Framework)
Featured Gem // Category Web Frameworks

new Active Record transaction callbacks

Article Popular Story // greg.molnar.io

Roda

Routing Tree Web Toolkit
Featured Gem // Category Web Frameworks

Forcing a Rail's database column to be not null

Here is a guide to forcing null constraints in Rails. It explains why, how to do it in different circumstances, and an introduction to change_column_null.
Article Added by: tosbourn // tosbourn.com

Making a (Sidekiq) Batch Recipe

This post introduces Sidekiq Pro’s batches feature. It builds some tests that exercise batches to explain how they work.
Article Added by: kevin-j-m // kevinjmurphy.com

Tocer

A command line interface for generating Markdown table of contents.
Featured Gem // Category Markdown Processors

Countries

All sorts of useful information about every country packaged as convenient little country objects. It includes data from ISO 3166 (countries and states/subdivisions ), ISO 4217 (currency), and E.164 (phone numbers).
Featured Gem // Category Country Data

How to Read the Rails Codebase

Article Popular Story // www.writesoftwarewell.com

Last 30 Days

Reek

Code smell detector for Ruby
Featured Gem // Category Code Analysis and Metrics

Hands-off eclipse photography with Ruby and gphoto

Article Popular Story // yboulkaid.com

Awesome Ruby Newsletter » 412

Top Stories
  • Let there be docs! A documentation-first approach to Rails API development
  • Abstract methods and NotImplementedError in Ruby
  • Capturing webhooks whilst your app is undergoing maintenance

Metaprogramming in Ruby: It's All About the Self (2009)

Article Popular Story // yehudakatz.com

minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
Featured Gem // Category Frameworks

flipper

🐬 Beautiful, performant feature flags for Ruby.
Featured Gem // Category Feature Flippers and A/B Testing

Super Fast Rails – A promise given is a debt

Last week's article, Super Fast Rails, received many funny reactions. But for some people, that was too much.
Article Added by: alexis // www.rorvswild.com

Process management in Ruby 💎

Application, process, heap, stack, wow that’s a lot of triggering words. Ever wondered what they are and how they are translated in the Ruby world? 💎
Article Added by: Mth0158 // mathieu-eustachy.com

RubyGems

The Ruby community's gem hosting service.
Featured Gem // Category Gems

Maximizing Code Quality with Rails Pre-Commit and Pre-Push Hooks

By utilizing pre-commit and pre-push hooks, developers can automate various checks and tasks that contribute to maintaining high code quality standards.
Article Added by: alkesh26 // www.shakacode.com