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

Fashion meets Ruby! Shop our fun Ruby-inspired apparel and accessories designed to celebrate the joy and diversity of the Ruby community.
Promo
Today

Rails 8 adds allow_browser to set minimum browser version

Rails 8.0 adds allow_browser to set minimum versions for your application.
Article Added by: sonamvg // blog.saeloun.com

Tracks Not At RailsConf 2024

When we were putting the RailsConf program together, I brainstormed track options. We didn’t end up using them, so here are eight tracks you won’t see at RailsConf 2024.
Article Added by: kevin-j-m // kevinjmurphy.com

Ronin

Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd party git repositories.
Featured Gem // Category Security

How to deploy a Rails 7 app to Heroku

Despite controversy, Heroku is the most well-known deployment platform, and also the easiest to use.
Tutorial Added by: bdavidxyz // saaslit.com

Yesterday

excon

Usable, fast, simple HTTP 1.1 for Ruby
Featured Gem // Category HTTP

Last 7 Days

Madison Ruby CFP Open

Article Popular Story // cfp.madisonruby.com

Polyphony

Fine-grained concurrency for Ruby
Featured Gem // Category Concurrency

How to approach a reduce problem

Article Popular Story // thoughtbot.com

RMagick

Ruby bindings for ImageMagick
Featured Gem // Category Image Processing

Awesome Ruby Newsletter » 408

Top Stories
  • Maps of Ruby Jobs in Linkedin around the world
  • How to customize Rails console setup without modifying the project
  • Montreal.rb Talk Video 2024/03 - Frontend Ruby with Glimmer DSL for Web - Andy Maleh

Understanding Ruby's defined? Keyword

Article Popular Story // www.writesoftwarewell.com

ActiveHashcash

Protect Rails applications against bots and brute force attacks without annoying humans.
Gem Added by alexis into category Security

CommonMarker

Ruby wrapper for the comrak (CommonMark parser) Rust crate
Featured Gem // Category Markdown Processors

How to benchmark Ruby code

Learn how to benchmark (i.e. measure performance) Ruby code in a recap.
Tutorial Added by: bdavidxyz // saaslit.com

Boost Your Ruby on Rails Application Performance with Bullet Gem

Ruby on Rails developers know N + 1 queries are performance killers. Bullet helps you spot them in your code before they become bottlenecks.
Article Added by: alkesh26 // www.shakacode.com

mongo-ruby-driver

The Official MongoDB Ruby Driver
Featured Gem // Category Database Drivers

Using Rails debugger/rdbg with VS Code

In this article, I show you how to use VS Code's "Run and Debug" panel to connect directly to a debugger instance, using the VSCode rdbg Ruby Debugger extension.
Article Added by: harrison-broadbent // railsnotes.xyz

Simplify Your Ruby Application Configuration with Figaro Gem

Figaro simplifies the process of securely storing sensitive information.
Article Added by: alkesh26 // www.shakacode.com

Karafka

Ruby and Rails efficient Kafka processing framework
Featured Gem // Category Queue

Short Ruby News - Edition #82

Article Popular Story // newsletter.shortruby.com

Last 30 Days

tty-screen

Terminal screen detection - cross platform, major ruby interpreters
Featured Gem // Category CLI Utilities

My honest opinion about Hatchbox

Hatchbox.io is a deployment platform for Ruby-on-Rails users. I used it recently, so for people ashamed of trying, here is my review.
Article Added by: bdavidxyz // saaslit.com

SQL Server

SQL Server Adapter For Rails
Featured Gem // Category Database Drivers

Maps of Ruby Jobs in Linkedin around the world

Article Popular Story // workhunty.com

Rodauth

Ruby's Most Advanced Authentication Framework
Featured Gem // Category Authentication and OAuth

Pundit Matchers

A set of RSpec matchers for testing Pundit authorisation policies.
Featured Gem // Category RSpec