Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Ruby Gem

Ruby Gem

684 projects

Showing 36 of 684 projects

Daru::View
Daru::ViewJupyter Notebook

A Ruby gem for easy and interactive plotting in web applications and IRuby notebooks, built as a plugin for the Daru data analysis library.

#google-charts#iruby-notebook#highcharts
Stars98
Forks19
Last commit3 years ago
pg_web_stats
pg_web_statsRuby

A mountable Sinatra web UI for viewing PostgreSQL pg_stat_statements statistics in a user-friendly interface.

#devops#web-dashboard#database-monitoring
Stars97
Forks17
Last commit7 years ago
tlearn-rb
tlearn-rbC

A Ruby library for building and training recurrent neural networks using the TLearn simulator.

#ai#neural-network-simulator#tlearn
Stars97
Forks15
Last commit8 years ago
simple_states
simple_statesRuby

A super-slim Ruby library for adding statemachine-like behavior to classes, originally built for Travis CI.

#statemachine#travis-ci#library
Stars95
Forks16
Last commit9 years ago
KatakataIrb
KatakataIrbRuby

An IRB extension that provides type-based autocompletion for Ruby using static analysis.

#autocompletion#developer-tools#repl
Stars93
Forks2
Last commit2 years ago
pragmatic_tokenizer
pragmatic_tokenizerRuby

A multilingual Ruby gem for splitting strings into tokens with extensive language support and configurable options.

#nlp-library#text-analysis#multilingual
Stars93
Forks11
Last commit1 year ago
CarrierWave Crop
CarrierWave CropRuby

A CarrierWave extension for cropping uploaded images with Jcrop preview in Ruby on Rails applications.

#rmagick#carrierwave#rails
Stars93
Forks56
Last commit10 years ago
slack-notify
slack-notifyRuby

A Ruby gem for sending notifications to Slack via webhooks with customizable options.

#ruby-gem#notifications#devops-tools
Stars93
Forks15
Last commit5 years ago
rspec-terraform
rspec-terraformRuby

RSpec-based testing framework for validating Terraform modules with unit test matchers.

#unit-testing#configuration-validation#ruby-gem
Stars92
Forks10
Last commit10 years ago
es6_module_transpiler-rails
es6_module_transpiler-railsJavaScript

Transpile ES6 modules to AMD, CommonJS, or globals within the Rails Asset Pipeline.

#es6-modules#commonjs#ruby-gem
Stars87
Forks10
Last commit11 years ago
Standby
StandbyRuby

A conservative ActiveRecord gem for selectively reading from standby databases with explicit block-based control.

#rails#database-routing#ruby-gem
Stars86
Forks24
Last commit1 month ago
Translate GPT
Translate GPTRuby

A fastlane plugin that translates iOS and Android app strings using OpenAI's GPT API.

#ios#fastlane-plugin#fastlane
Stars85
Forks8
Last commit1 year ago
tickle
tickleRuby

A Ruby natural language parser for recurring events that interprets expressions like 'every 2 days' or 'Sundays'.

#parsing#reminders#time
Stars83
Forks12
Last commit5 years ago
liblinear-ruby
liblinear-rubyC++

Ruby interface to LIBLINEAR for machine learning classification and regression tasks using SWIG bindings.

#swig-bindings#data-science#classification
Stars82
Forks7
Last commit7 years ago
hotwater
hotwaterRuby

Fast Ruby FFI gem providing C implementations of string edit distance algorithms like Levenshtein, Jaro-Winkler, and N-Gram.

#n-gram#ffi#ruby-gem
Stars80
Forks1
Last commit13 years ago
CommonRegexRuby
CommonRegexRubyRuby

Extract dates, times, emails, phone numbers, and other common patterns from text using pre-built regular expressions.

#ruby-gem#natural-language-processing#string-utilities
Stars80
Forks5
Last commit4 years ago
trove
troveRuby

Deploy and version machine learning models in Ruby applications using object storage like Amazon S3.

#version-control#amazon-s3#object-storage
Stars80
Forks3
Last commit2 months ago
stopwords-filter
stopwords-filterRuby

A Ruby gem for filtering stopwords from text with built-in support for multiple languages via Snowball lists.

#stopwords#ruby-gem#natural-language-processing
Stars80
Forks54
Last commit2 years ago
ComfyBootstrapForm
ComfyBootstrapFormRuby

A Rails form builder that generates Bootstrap 4-compatible markup for easy integration into Rails applications.

#web-forms#form-helpers#rails-form-builder
Stars79
Forks12
Last commit2 years ago
Envyable
EnvyableRuby

A Ruby gem that loads environment variables from YAML configuration files, simplifying app configuration management.

#envyable#devops#environment-variables
Stars78
Forks13
Last commit5 years ago
wifi-wand
wifi-wandRuby

A command-line tool and Ruby library for managing WiFi connections on macOS and Ubuntu, featuring an interactive shell.

#command-line-tool#ruby-gem#network-diagnostics
Stars77
Forks7
Last commit1 day ago
yymmdd
yymmddRuby

A tiny Ruby DSL for idiomatic date parsing and formatting using intuitive format specifiers.

#metaprogramming#datetime#dsl
Stars77
Forks1
Last commit12 years ago
rack-secure-upload
rack-secure-uploadRuby

A Rack middleware that scans uploaded files for viruses using antivirus software like Avast or F-Secure.

#upload#rails#web-security
Stars74
Forks2
Last commit7 years ago
slack-ruby-block-kit
slack-ruby-block-kitRuby

A Ruby wrapper for Slack's Block Kit API, providing objects to build Slack messages programmatically.

#chatops#slack#ruby-gem
Stars74
Forks34
Last commit4 days ago
Rating
RatingRuby

A Ruby gem implementing a true Bayesian rating system with scoped ratings and caching for Rails applications.

#rating-system#rails#imdb-algorithm
Stars72
Forks21
Last commit1 month ago
SpeedRead
SpeedReadRuby

A terminal-based speed reading tool that implements the Spritz method for reading text faster.

#reading-aid#productivity#ruby-gem
Stars72
Forks2
Last commit12 years ago
scoruby
scorubyRuby

A Ruby gem for scoring predictive models using PMML, supporting decision trees, naive Bayes, logistic regression, random forests, and gradient boosted trees.

#pmml#random-forest#naive-bayes
Stars70
Forks11
Last commit3 years ago
raingrams
raingramsRuby

A flexible and general-purpose ngrams library written in Ruby, supporting various gram types, vocabulary models, and text analysis.

#statistical-analysis#text-analysis#ngrams
Stars70
Forks7
Last commit5 years ago
Ensnare
EnsnareRuby

A Ruby on Rails gem plugin for deploying a malicious behavior detection and response honeypot in under ten minutes.

#honeypot#web-security#malware-detection
Stars68
Forks12
Last commit9 years ago
ruby-spacy
ruby-spacyRuby

A Ruby wrapper for the spaCy NLP library via PyCall, enabling tokenization, POS tagging, NER, and OpenAI integration.

#parsing#nlp-library#spacy
Stars67
Forks6
Last commit3 months ago
pinecone
pineconeRuby

A complete Ruby client for the Pinecone vector database, supporting all API operations with local development and performance optimizations.

#semantic-search#ai-search#ruby-gem
Stars67
Forks18
Last commit2 months ago
Rroonga
RroongaC

Ruby bindings for Groonga that provide full-text search and column store features with a Rubyish API.

#database#ruby-bindings#column-store
Stars66
Forks28
Last commit1 month ago
weka
wekaRuby

A JRuby gem providing Ruby interfaces for Weka's machine learning and data mining algorithms.

#jruby#weka-wrapper#data-science
Stars65
Forks8
Last commit5 months ago
Econfig
EconfigRuby

A Ruby gem for flexible, multi-backend configuration management with strict and permissive modes.

#multi-backend#environment-variables#ruby-gem
Stars65
Forks13
Last commit5 years ago
DnsMock
DnsMockRuby

A Ruby DNS mock server for testing environments that mimics any DNS record type.

#fake-dns#hacktoberfest#fake-server
Stars65
Forks6
Last commit8 months ago
fitting
fittingRuby

A Ruby library that enhances RSpec and WebMock test logs, validates them against API Blueprint or OpenAPI documentation, and reports documentation coverage.

#consumer-driven-contracts#webmock#rails
Stars64
Forks9
Last commit1 year ago
PreviousPage 18 of 19Next

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
#Ruby326
#Rails173
#Ruby On Rails114
#Activerecord80
#Developer Tools54
#Automation46
#Cli Tool45
#Ruby Library43
#Devops37
#Command Line Tool35
#Performance33
#Hacktoberfest31