| 1 | 7 | 19 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
| 2 | 11 | 11 | rack | Rack provides a minimal, modular and adaptable interface for developing
web application... |
| 3 | 15 | 16 | nokogiri | Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provide... |
| 4 | 32 | 64 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
| 5 | 34 | 68 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
| 6 | 36 | 66 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
| 7 | 38 | 70 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
| 8 | 44 | 69 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
| 9 | 45 | 78 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
| 10 | 49 | 76 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
| 11 | 50 | 83 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
| 12 | 58 | 35 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
| 13 | 61 | 91 | activejob | Declare job classes that can be run by a variety of queuing backends. |
| 14 | 62 | 93 | rails-html-sanitizer | HTML sanitization for Rails applications |
| 15 | 65 | 94 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
| 16 | 68 | 82 | globalid | URIs for your models makes it easy to pass references around. |
| 17 | 71 | 349 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
| 18 | 75 | 172 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
| 19 | 80 | 98 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
| 20 | 84 | 204 | sprockets-rails | Sprockets Rails integration |
| 21 | 90 | 102 | activestorage | Attach cloud and local files in Rails applications. |
| 22 | 114 | 107 | actiontext | Edit and display rich text in Rails applications. |
| 23 | 115 | 108 | actionmailbox | Receive and process incoming emails in Rails applications. |
| 24 | 116 | 264 | execjs | ExecJS lets you run JavaScript code from Ruby. |
| 25 | 120 | 162 | bcrypt | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
| 26 | 139 | 134 | bootsnap | Boot large ruby/rails apps faster |
| 27 | 151 | 1,053 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
| 28 | 166 | 363 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
| 29 | 172 | 176 | jbuilder | Create JSON structures via a Builder-style DSL |
| 30 | 177 | 528 | sass-rails | Sass adapter for the Rails asset pipeline. |
| 31 | 198 | 452 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
| 32 | 205 | 466 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
| 33 | 207 | 344 | spring | Preloads your application so things like console, rake and tests run faster |
| 34 | 214 | 360 | mysql2 | A simple, fast Mysql library for Ruby, binding to libmysql |
| 35 | 216 | 945 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
| 36 | 233 | 90 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
| 37 | 257 | 387 | net-http-persistent | Manages persistent connections using Net::HTTP including a thread pool for
connecting t... |
| 38 | 274 | 448 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
| 39 | 279 | 230 | sqlite3 | Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Pre... |
| 40 | 298 | 220 | web-console | A debugging tool for your Ruby on Rails applications. |
| 41 | 304 | 99 | rack-session | A session implementation for Rack. |
| 42 | 336 | 275 | stackprof | stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object all... |
| 43 | 343 | 36 | prism | Prism Ruby parser |
| 44 | 344 | 453 | open4 | open child process with handles on pid, stdin, stdout, and stderr: manage child process... |
| 45 | 350 | 1,180 | turbolinks | Rails engine for Turbolinks 5 support |
| 46 | 483 | 458 | systemu | universal capture of stdout and stderr and handling of child process pid for windows, *... |
| 47 | 508 | 2,397 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
| 48 | 542 | 1,628 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
| 49 | 583 | 1,061 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
| 50 | 588 | 920 | require_all | A wonderfully simple way to load your code |
| 51 | 596 | 1,170 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
| 52 | 773 | 472 | hana | Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC. |
| 53 | 834 | 1,765 | charlock_holmes | charlock_holmes provides binary and text detection as well as text transcoding using li... |
| 54 | 1,150 | 1,690 | mechanize | The Mechanize library is used for automating interaction with websites.
Mechanize autom... |
| 55 | 1,163 | 1,983 | rails-observers | Rails observer (removed from core in Rails 4.0) |
| 56 | 1,227 | 3,710 | version_sorter | VersionSorter is a C extension that does fast sorting of large sets of version strings. |
| 57 | 1,364 | 2,186 | bcrypt-ruby | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
| 58 | 1,395 | 3,086 | journey | Journey is a router. It routes requests. |
| 59 | 1,464 | 2,024 | libxml-ruby | libxml-Ruby provides Ruby language bindings for libxml2 It is free software,
relea... |
| 60 | 1,595 | 1,975 | rails_autolink | This is an extraction of the `auto_link` method from rails. The `auto_link` method was ... |
| 61 | 1,639 | 1,113 | options | parse options from *args cleanly |
| 62 | 1,699 | 2,710 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
| 63 | 1,816 | 304 | solid_queue | Database-backed Active Job backend. |
| 64 | 1,914 | 320 | solid_cache | A database backed ActiveSupport::Cache::Store |
| 65 | 1,977 | 2,286 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
| 66 | 2,074 | 2,600 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
| 67 | 2,115 | 5,421 | protected_attributes | Protect attributes from mass assignment |
| 68 | 2,211 | 10,321 | session | persistent connections with external programs like bash |
| 69 | 2,297 | 2,889 | email_reply_parser | EmailReplyParser is a small library to parse plain text email content. This is what Git... |
| 70 | 2,600 | 3,191 | record_tag_helper | ActionView Record Tag Helpers |
| 71 | 3,160 | 4,843 | sqlite3-ruby | This module allows Ruby programs to interface with the SQLite3
database engine (http://... |
| 72 | 3,687 | 6,053 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
| 73 | 3,713 | 4,933 | rubyforge | A script which automates a limited set of rubyforge operations.
* Run 'rubyforge help'... |
| 74 | 3,753 | 7,641 | orderedhash | orderedhash |
| 75 | 4,240 | 23,633 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
| 76 | 5,419 | 10,462 | SyslogLogger | SyslogLogger is a Logger replacement that logs to syslog. It is almost
drop-in with a ... |
| 77 | 5,456 | 4,281 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
| 78 | 5,807 | 5,072 | namecase | NameCase is a Ruby implementation of `Lingua::EN::NameCase`, a library for
converting s... |
| 79 | 6,182 | 8,167 | gda | An SQL parser. Wraps libgda in a loving embrace to give you a ruby level SQL
parser. |
| 80 | 6,264 | 7,248 | rexical | Rexical is a lexical scanner generator that is used with Racc to generate Ruby programs... |
| 81 | 7,857 | 8,563 | serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
| 82 | 8,300 | 4,161 | aarch64 | Tired of writing Ruby in Ruby? Now you can write ARM64 assembly in Ruby! |
| 83 | 8,967 | 16,332 | dnssd | DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,
resolving... |
| 84 | 9,109 | 35,285 | actionview-component | MOVED to view_component. |
| 85 | 10,486 | 2,572 | profile-viewer | This gem packages the Mozilla Profiler so that you can run it locally |
| 86 | 11,164 | 44,361 | rkelly | The RKelly library will parse JavaScript and return a parse tree. |
| 87 | 11,238 | 19,064 | rc-rest | Robot Co-op REST web services base class. This library makes it easy to
implement REST-... |
| 88 | 11,336 | 11,722 | facebooker | Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://w... |
| 89 | 13,864 | 22,252 | ds9 | This library allows you to write HTTP/2 clients and servers. It is a wrapper
around ngh... |
| 90 | 14,654 | 11,923 | tagz | tagz.rb is generates html, xml, or any sgml variant like a small ninja
running ... |
| 91 | 16,284 | 4,878 | csspool | This rubygem does not have a description or summary. |
| 92 | 18,219 | 22,252 | texticle | Texticle exposes full text search capabilities from PostgreSQL, extending
ActiveRec... |
| 93 | 18,897 | 35,285 | johnson | Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey J... |
| 94 | 22,251 | 93,598 | taka | Taka is a DOM (core and html) implementation for ruby. This software is EXTREMELY expe... |
| 95 | 22,363 | 73,152 | terminator | an external timeout mechanism based on processes and signals |
| 96 | 24,324 | 60,194 | minitest-emoji | Print out emoji for your test passes, fails, and skips |
| 97 | 24,501 | 60,194 | slave | easily start a drb server in another process |
| 98 | 24,629 | 5,849 | tinygql | Yet another GraphQL parser written in Ruby. |
| 99 | 26,643 | 44,361 | horo | An RDoc template extracted from Ruby on Rails. Provides the same documetation
style an... |
| 100 | 29,276 | 23,633 | threadify | makes it stupid easy to process a bunch of data using n worker threads |
| 101 | 30,733 | 32,028 | betabrite | Provides a Ruby interface to BetaBrite LED signs. |
| 102 | 31,601 | 20,001 | purdytest | Purdytest extends minitest with pretty colors. Simply require minitest, then
require p... |
| 103 | 36,192 | 44,361 | shared | a clean way to factor class/instance mixins in ruby |
| 104 | 36,964 | 44,361 | daapclient | This library is used for browsing iTunes DAAP servers. |
| 105 | 39,312 | 35,285 | icanhasaudio | Hai! icanhasaudio? is an interface to lame for decoding ur MP3s. I iz in ur computer. ... |
| 106 | 40,619 | 44,361 | rq | ruby queue is a zero-admin zero-configuration tool used to create instant unix clusters |
| 107 | 40,802 | 51,272 | nfc | NFC is a ruby wrapper for the Near Field Communication library. The Near
Field Communi... |
| 108 | 42,301 | 27,096 | prototype | prototype |
| 109 | 43,790 | 51,272 | xx | xx |
| 110 | 43,863 | 128,919 | mmap | The Mmap class implement memory-mapped file objects |
| 111 | 48,239 | 35,285 | traits | traits |
| 112 | 50,031 | 73,152 | ruby-serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
| 113 | 52,042 | 35,285 | sphero | A ruby gem for controlling your Sphero ball. Sends commands over the TTY
provided by t... |
| 114 | 55,144 | 44,361 | meow | Send Growl notifications via Ruby. |
| 115 | 57,526 | 60,194 | tumblr | a command line utility and library which interfaces to the excellent tumblr blogging pl... |
| 116 | 59,228 | 51,272 | milton | Milton fills out your ADP ezLaborManager timesheet |
| 117 | 60,449 | 39,260 | imgur2 | Upload stuff to imgur. Yay. |
| 118 | 66,124 | 20,001 | fisk | Tired of writing Ruby in Ruby? Now you can write assembly in Ruby! |
| 119 | 66,408 | 60,194 | markup_validity | MarkupValidity provides test/unit and rspec helpers for checking the validity
of your d... |
| 120 | 67,710 | 32,028 | pervasives | pervasives |
| 121 | 71,740 | 51,272 | zomg | ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will eve... |
| 122 | 72,338 | 35,285 | ograph | ObjectGraph will output Graphviz dot files of your objects in memory. It will ferret o... |
| 123 | 74,346 | 51,272 | WillsItunesProject | Reads itunes data from itunes library XML files and provides useful information regard... |
| 124 | 76,118 | 93,598 | timeunits | timeunits |
| 125 | 76,573 | 73,152 | wreckster | Wreckster is an API for accessing
Rexster[http://wiki.github.com/tinkerpop/rexster/]. |
| 126 | 76,602 | 73,152 | av_capture | Wraps up AVCapture and exposes it to Ruby. This gem only works on OS X. |
| 127 | 78,511 | 39,260 | pingpongpear | It is for ping pong pearing |
| 128 | 79,195 | 39,260 | writev | This gem adds the `writev` method to IO. It provides access to the `writev`
system cal... |
| 129 | 80,600 | 73,152 | asmrepl | Tired of writing assembly and them assembling it? Now you can write assembly and evalua... |
| 130 | 83,581 | 93,598 | earworm | Earworm can identify unknown music using MusicDNS and libofa. == FEATURES/PROBLEMS: *... |
| 131 | 84,334 | 39,260 | leap_motion | Wrapper around the C++ api for Leap Motion. |
| 132 | 85,800 | 44,361 | punch | punch |
| 133 | 85,835 | 93,598 | drawr | == DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You ... |
| 134 | 86,418 | 60,194 | qrtools | QRTools is a library for decoding QR Codes. It relies on libdecodeqr for decoding. |
| 135 | 88,296 | 73,152 | geera | Geera is a command line tool for dealing with Jira tickets. |
| 136 | 90,774 | 44,361 | ricosat | RicoSAT is a wrapper around [PicoSAT](http://fmv.jku.at/picosat/). It lets
you use the... |
| 137 | 91,281 | 60,194 | raptcha | description: raptcha kicks the ass |
| 138 | 91,565 | 73,152 | widgetz | widgetz |
| 139 | 91,705 | 60,194 | parseargs | parseargs |
| 140 | 91,731 | 73,152 | tusk | Tusk is a minimal pub / sub system with multiple observer strategies.
Tusk builds upon ... |
| 141 | 92,196 | 51,272 | RusaMember | Extract data from RUSA web site to get members information, results, awards |
| 142 | 92,336 | 51,272 | raop-client | Net::RAOP::Client is an Airport Express client. It allows you to stream music to an Ai... |
| 143 | 93,474 | 128,919 | sldb | sldb |
| 144 | 93,606 | 73,152 | rubypan | A gem command plugin that adds `gem ferret` to perform fulltext searching of
http://rub... |
| 145 | 93,639 | 73,152 | uart | UART is a simple wrapper around the ruby-termios gem that gives you an easy
interface f... |
| 146 | 95,917 | 60,194 | playpen | Playpen wraps OS X sandbox api with a loving embrace. Playpen provides the
same API th... |
| 147 | 100,861 | 39,260 | jit_buffer | A JIT Buffer object for Ruby. |
| 148 | 105,607 | 22,252 | odinflex | Do you need to parse an AR file or a Mach-O file? If so, then this is the library for you! |
| 149 | 105,788 | 73,152 | itiscold | A thing that reads data from Elitech RC-5 temp sensor. Protocol documentation
can be f... |
| 150 | 108,321 | 93,598 | net-mdns | DNS-SD and mDNS implementation for ruby |
| 151 | 112,887 | 73,152 | myhidapi | This is a small wrapper around HIDAPI. I couldn't get other HIDAPI wrappers to
work, s... |
| 152 | 113,233 | 93,598 | awkward | Awkward helps you walk your Object Graph and output a dot file suitable for
viewing in ... |
| 153 | 114,928 | 128,919 | digest-m4p | iTunes specific digest encoding |
| 154 | 117,859 | 60,194 | enterprise | Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise&... |
| 155 | 118,896 | 128,919 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |
| 156 | 119,786 | 73,152 | openx | A Ruby interface to the OpenX XML-RPC API. |
| 157 | 119,861 | 93,598 | na_str | na_str |
| 158 | 120,458 | 73,152 | neversaydie | NEVER SAY DIE lets you rescue from segmentation faults. Got a SEGV, don't
worry about ... |
| 159 | 120,589 | 93,598 | yoda | Spec yoda will, and spec you shall too. |
| 160 | 120,972 | 93,598 | fibur | Fibur is a gem that gives you full concurrency during your I/O calls in Ruby
1.9. |
| 161 | 121,107 | 73,152 | testy | testy |
| 162 | 121,817 | 93,598 | rubygems-isit19 | Lets you figure out if your gems and gems you install might work on 1.9. Uses
http://i... |
| 163 | 122,284 | 93,598 | state | state |
| 164 | 122,331 | 60,194 | phuby | Phuby wraps PHP in a loving embrace. Exposes a PHP runtime in ruby |
| 165 | 123,024 | 51,272 | bitz | Bitz provides a dynamic bitset implementation for Ruby with efficient bit manipulation ... |
| 166 | 123,079 | 73,152 | PheldItunesReporter | PheldItunesReporter provides a library and corresponding executable script that calcula... |
| 167 | 123,201 | 60,194 | redef | redef |
| 168 | 123,827 | 73,152 | sbs2003_contacts | * A small utiltity library to help alleviate the tedium of managing the contacts and e-... |
| 169 | 127,858 | 35,285 | hacks | These are some hacks I use. This gem exposes some Ruby C internals as Ruby functions an... |
| 170 | 129,391 | 51,272 | kara-gem | This is a pretty empty gem. It just has a binstub and a version |
| 171 | 129,590 | 60,194 | lunchbox | A gem to help you get started with development on the TI Launchpad. This gem
contains ... |
| 172 | 130,003 | 73,152 | spectacular | Spectacular is an SNMP client that displays traffic information in the
browser. |
| 173 | 130,668 | 93,598 | tenderlove-usb | This rubygem does not have a description or summary. |
| 174 | 132,557 | 16,910 | yaml-schema | If you need to validate YAML against a schema, use this |
| 175 | 137,518 | 93,598 | allocation_sampler | This keeps track of allocations, but only onspecified intervals. Useful for profiling a... |
| 176 | 139,304 | 128,919 | widen | We already have `String#upcase`, `String#downcase`. Now you can have
`String#widen` an... |
| 177 | 140,739 | 23,633 | zeroconf | This is a multicast DNS client and server written in Ruby |
| 178 | 143,319 | 73,152 | aaron-test-gem | test gem |
| 179 | 145,243 | 73,152 | mytest | This rubygem does not have a description or summary. |
| 180 | 156,100 | 35,285 | worf | Tired of parsing DWARF information in C? Now you can parse DWARF information in Ruby! |
| 181 | 163,706 | 73,152 | hatstone | A Capstone wrapper for Ruby. |
| 182 | 167,198 | 93,598 | uchip | This is a gem for controlling the MCP2221a chip over USB |
| 183 | 167,440 | 93,598 | mini_gpio | Provides GPIO access on the Raspberry Pi in Ruby (using Fiddle) |
| 184 | 171,206 | 93,598 | defrost | Frozen objects: hard to use, can't mutate them, boring. Defrosted objects: exciting, dy... |
| 185 | 173,163 | 93,598 | carat | Carat manages an application's dependencies through its entire life, across many machin... |
| 186 | 180,342 | 128,919 | kantan | An HTTP/2.0 parser in Ruby |
| 187 | 181,741 | 93,598 | pixoo | This is just a Ruby client for Pixoo displays |
| 188 | 186,710 | 93,598 | termtime | This is a pure Ruby terminfo library |
| 189 | 186,839 | 93,598 | strlen | This is a Ruby wrapper for strlen, you should not use it |
| 190 | 187,634 | 93,598 | nanosleep | A wrapper around the nanosleep system call. |
| 191 | 189,434 | 93,598 | qoi | Quite OK Image Format Implementation in pure Ruby |