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