Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Ruby Gem

Ruby Gem

651 projects

Showing 36 of 622 projects

breadcrumbs_on_rails
breadcrumbs_on_railsRuby

A Ruby on Rails plugin for creating and managing breadcrumb navigation with a flexible interface.

#breadcrumb-navigation#ruby-gem#rails-plugin
Stars954
Forks190
Last commit1 year ago
route_translator
route_translatorRuby

A Ruby gem for translating Rails application routes into multiple languages using a simple dictionary format.

#rails#internationalization#multilingual
Stars945
Forks144
Last commit21 days ago
jquery-rails
jquery-railsRuby

A Ruby gem that provides jQuery and jQuery UJS for Rails applications via the asset pipeline.

#rails-assets#jquery-integration#javascript-libraries
Stars944
Forks407
Last commit7 months ago
activerecord-postgis-adapter
activerecord-postgis-adapterRuby

An ActiveRecord connection adapter that adds PostGIS spatial database support to Ruby on Rails applications.

#postgis#database-adapter#rails
Stars937
Forks257
Last commit1 month ago
iRuby
iRubyRuby

A Ruby kernel for Jupyter notebooks, enabling interactive data science and computational workflows in Ruby.

#scientific-computing#jupyter-kernel#notebook
Stars925
Forks35
Last commit4 days ago
irbtools
irbtoolsRuby

A collection of enhancements for Ruby's IRB console, providing better syntax highlighting, debugging tools, and productivity commands.

#developer-tools#productivity#syntax-highlighting
Stars925
Forks25
Last commit5 months ago
rumale
rumaleRuby

A Ruby machine learning library with a Scikit-Learn-like interface for classification, regression, clustering, and dimensionality reduction.

#random-forest#data-science#dimensionality-reduction
Stars912
Forks35
Last commit20 days ago
Ox
OxC

A fast Ruby XML parser, object marshaller, and SAX parser designed as a high-performance alternative to Nokogiri and Marshal.

#object-marshalling#sax-parser#ruby-gem
Stars911
Forks79
Last commit26 days ago
Http-2
Http-2Ruby

A pure Ruby, transport-agnostic implementation of HTTP/2 protocol and HPACK header compression.

#stream-multiplexing#client-server#flow-control
Stars909
Forks65
Last commit3 months ago
terjira
terjiraRuby

An interactive CLI tool for managing Jira issues, sprints, and projects directly from the terminal.

#hacktoberfest#developer-tools#issue-tracking
Stars904
Forks35
Last commit3 years ago
Spyke
SpykeRuby

A Ruby gem for interacting with REST APIs using an ActiveRecord-like interface.

#rest#rest-client#api
Stars904
Forks66
Last commit7 months ago
ruby-vips
ruby-vipsRuby

A Ruby binding for the libvips image processing library, offering fast, memory-efficient image operations.

#graphics#ffi#ruby-gem
Stars903
Forks64
Last commit5 months ago
Parity
ParityRuby

Shell commands for development, staging, and production parity for Heroku apps.

#developer-tools#devops#heroku-apps
Stars894
Forks55
Last commit1 year ago
Simple Navigation
Simple NavigationRuby

A Ruby gem for creating multi-level navigations in Rails, Sinatra, or Padrino applications.

#rails#ruby-gem#menu
Stars887
Forks137
Last commit2 months ago
holidays
holidaysRuby

A Ruby gem for handling statutory and custom holidays with date range queries, region support, and core extensions.

#custom-holidays#statutory-holidays#holiday-calculation
Stars876
Forks287
Last commit5 days ago
pg
pgC

A PostgreSQL client library for Ruby providing a native interface with advanced type casting and modern Ruby concurrency support.

#database-driver#orm#database
Stars869
Forks192
Last commit1 day ago
state_machines
state_machinesRuby

A Ruby library for adding state machines to any class with support for async operations, coordinated state management, and comprehensive testing.

#mongoid#async-ruby#ruby-gem
Stars869
Forks98
Last commit2 months ago
sass-rails
sass-railsRuby

Official Ruby on Rails integration for Sass, providing asset helpers, glob imports, and configuration options.

#sass#ruby-gem#stylesheet
Stars863
Forks328
Last commit5 years ago
Rubocop Rspec
Rubocop RspecRuby

A RuboCop extension that enforces code style and best practices for RSpec test files.

#lint#rubocop#ruby-gem
Stars855
Forks291
Last commit1 day ago
FAE
FAERuby

A customizable and scalable content management system engine for Ruby on Rails applications.

#multi-language#hacktoberfest#rails
Stars854
Forks143
Last commit1 day ago
active_link_to
active_link_toRuby

A Rails view helper that automatically adds 'active' CSS classes to links based on the current page.

#rails#view-helper#ruby-gem
Stars854
Forks83
Last commit2 years ago
SQLite3
SQLite3Ruby

Ruby bindings for the SQLite3 embedded database, enabling Ruby programs to interact with SQLite databases.

#database-driver#thread-safety#ruby-gem
Stars840
Forks215
Last commit1 day ago
SearchCop
SearchCopRuby

Adds search engine-like fulltext query support to ActiveRecord models using simple query strings and hash-based queries.

#search#postgres#rails
Stars837
Forks38
Last commit4 months ago
Spidr
SpidrRuby

A versatile Ruby web spidering library for crawling sites, domains, or specific links with extensive filtering and callback support.

#web-crawling#spider#crawler
Stars836
Forks107
Last commit4 months ago
Bh
BhRuby

A Ruby gem providing view helpers to simplify Bootstrap 6 component usage in Rails applications.

#html-simplification#bootstrap3#bh-gem
Stars832
Forks74
Last commit18 days ago
torch-rb
torch-rbRuby

A Ruby deep learning library powered by LibTorch, providing a PyTorch-like API for Ruby developers.

#deep-learning#gpu-acceleration#neural-networks
Stars831
Forks37
Last commit22 days ago
Torch.rb
Torch.rbRuby

A deep learning library for Ruby that provides a native interface to LibTorch, enabling GPU-accelerated neural network development.

#deep-learning#neural-networks#ruby-gem
Stars831
Forks37
Last commit22 days ago
tinymce-rails
tinymce-railsJavaScript

A Ruby gem that integrates the TinyMCE rich text editor with the Rails asset pipeline for easy inclusion and configuration.

#tinymce#rails#rich-text-editing
Stars824
Forks264
Last commit22 hours ago
Restforce
RestforceRuby

A Ruby client for the Salesforce REST API with support for streaming, composite APIs, and multiple authentication methods.

#oauth#rest-client#streaming-api
Stars824
Forks360
Last commit2 months ago
Commander
CommanderRuby

A complete Ruby library for building command-line executables with elegant APIs and auto-generated help.

#help-generation#option-parsing#cli-framework
Stars823
Forks68
Last commit2 years ago
deep_cloneable
deep_cloneableRuby

A Ruby gem that adds deep cloning capabilities to ActiveRecord models, including user-specified associations.

#orm#database#rails
Stars812
Forks92
Last commit3 months ago
ruby-opencv
ruby-opencvC++

A Ruby wrapper for OpenCV, enabling computer vision and image processing in Ruby applications.

#image-analysis#ruby-gem#haar-cascades
Stars811
Forks127
Last commit5 years ago
bulk_insert
bulk_insertRuby

An ActiveRecord extension for efficiently inserting large datasets via single SQL statements in Ruby on Rails.

#sql-optimization#rails-extension#ruby-gem
Stars808
Forks81
Last commit4 years ago
Ruby Facets
Ruby FacetsRuby

The largest collection of general-purpose method extensions and standard library additions for Ruby, designed for fine-grained code reuse.

#ruby-core#facets#ruby-gem
Stars805
Forks102
Last commit2 months ago
FiniteMachine
FiniteMachineRuby

A minimal Ruby finite state machine with a straightforward and intuitive syntax for modeling states, transitions, and callbacks.

#callbacks#behavior-modeling#finite-machine
Stars804
Forks38
Last commit2 years ago
auto_html
auto_htmlRuby

A Ruby gem that transforms plain text into HTML using a pipeline of composable filters.

#emoji#rails#pipeline
Stars797
Forks183
Last commit22 days ago
PreviousPage 9 of 18Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Ruby314
#Rails169
#Ruby On Rails111
#Activerecord79
#Developer Tools51
#Automation43
#Cli Tool40
#Ruby Library37
#Devops36
#Command Line Tool33
#Performance32
#Hacktoberfest30