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

Ruby Tests Profiling Toolbox

Ruby Tests Profiling Toolbox
Featured Gem // Category Testing

Explaining Thruster, a new 37signals gem that speeds up your app

Article Popular Story // discuss.rubyonrails.org

Yesterday

ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
Featured Gem // Category Environment Management

Last 7 Days

Tips and Tricks

In this episode, we look at various tricks in Ruby on Rails as well as some other neat tricks.
Article Added by: kobaltz // www.driftingruby.com

SprocketsTerserWithSourceMaps

Create javascript source maps for your Rails applications
Featured Gem // Category Assets

Aruba

Test command-line applications with Cucumber-Ruby, RSpec or Minitest.
Featured Gem // Category Formatters

Restforce

A Ruby client for the Salesforce REST API.
Featured Gem // Category Third-party APIs

shoulda-matchers

Simple one-liner tests for common Rails functionality
Featured Gem // Category Formatters

Simple Test for Revealing Fake Rubyists in the Rails Community

Here is a very easy test for figuring out if someone in the Rails community is a Real Rubyist who truly gets Ruby and its unique benefits 100% compared to other programming languages or a Fake Rubyist who is just riding the Ruby on Rails bandwagon because it is "cool" or because they heard about it from an acquaintance without thinking for themselves...
Article Added by: AndyObtiva // andymaleh.blogspot.com

Awesome Ruby Newsletter » 415

Top Stories
  • Choosing the Right Audit Trail Approach in Ruby
  • N+1 in Ruby on Rails
  • Building an AI app with a local LLM in 6 minutes

Rails 8 Adds GitHub CI Workflow By Default To New Applications

Article Popular Story // blog.saeloun.com

Once a Maintainer: Rafael França

Article Popular Story // open.substack.com

Pagy

🏆 The Best Pagination Ruby Gem 🥇
Featured Gem // Category Pagination

Choosing the Right Audit Trail Approach in Ruby

Article Popular Story // blog.bemi.io

Building an AI app with a local LLM in 6 minutes

Article Popular Story // youtu.be

Last 30 Days

Graphs and Charts

Graphs and Charts (Glimmer DSL for LibUI Custom Controls)
Featured Gem // Category GUI Components

async

An awesome asynchronous event-driven reactor for Ruby.
Featured Gem // Category Concurrency

OnlineMigrations

Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
Featured Gem // Category Database Tools

ActiveRecord::Base#pluck adds support for hash values in Rails 7.2

The ActiveRecord::Base#pluck method is used to query single or multiple attributes from the database without loading the entire record. It returns the results as an array of attribute values.
Article Added by: sonamvg // blog.saeloun.com

Sorted Containers in Pure Ruby

Article Popular Story // www.garrisonjensen.com

WebMock

Library for stubbing and setting expectations on HTTP requests in Ruby.
Featured Gem // Category Mock

N+1 in Ruby on Rails

Article Popular Story // www.visuality.pl