1 | 7 | 5 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
2 | 9 | 16 | rack | Rack provides a minimal, modular and adaptable interface for developing
web application... |
3 | 20 | 20 | nokogiri | Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provide... |
4 | 32 | 43 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
5 | 33 | 37 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
6 | 35 | 50 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
7 | 38 | 56 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
8 | 41 | 68 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
9 | 43 | 62 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
10 | 46 | 67 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
11 | 47 | 262 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
12 | 49 | 52 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
13 | 57 | 57 | rails-html-sanitizer | HTML sanitization for Rails applications |
14 | 60 | 66 | activejob | Declare job classes that can be run by a variety of queuing backends. |
15 | 61 | 103 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
16 | 66 | 74 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
17 | 70 | 80 | globalid | URIs for your models makes it easy to pass references around. |
18 | 74 | 112 | sprockets-rails | Sprockets Rails integration |
19 | 83 | 17 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
20 | 86 | 71 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
21 | 105 | 202 | execjs | ExecJS lets you run JavaScript code from Ruby. |
22 | 110 | 73 | activestorage | Attach cloud and local files in Rails applications. |
23 | 113 | 858 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
24 | 117 | 135 | bcrypt | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
25 | 139 | 346 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
26 | 140 | 431 | sass-rails | Sass adapter for the Rails asset pipeline. |
27 | 145 | 86 | actiontext | Edit and display rich text in Rails applications. |
28 | 146 | 87 | actionmailbox | Receive and process incoming emails in Rails applications. |
29 | 159 | 558 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
30 | 162 | 236 | jbuilder | Create JSON structures via a Builder-style DSL |
31 | 164 | 565 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
32 | 177 | 682 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
33 | 183 | 257 | spring | Preloads your application so things like console, rake and tests run faster |
34 | 187 | 381 | mysql2 | A simple, fast Mysql library for Ruby, binding to libmysql |
35 | 243 | 249 | net-http-persistent | Manages persistent connections using Net::HTTP including a thread pool for
connecting t... |
36 | 258 | 497 | sqlite3 | Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Pre... |
37 | 264 | 260 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
38 | 291 | 884 | turbolinks | Rails engine for Turbolinks 5 support |
39 | 299 | 324 | web-console | A debugging tool for your Ruby on Rails applications. |
40 | 337 | 310 | open4 | open child process with handles on pid, stdin, stdout, and stderr: manage child process... |
41 | 385 | 1,929 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
42 | 400 | 321 | stackprof | stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object all... |
43 | 412 | 920 | systemu | universal capture of stdout and stderr and handling of child process pid for windows, *... |
44 | 433 | 1,098 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
45 | 455 | 114 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
46 | 471 | 1,427 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
47 | 627 | 706 | require_all | A wonderfully simple way to load your code |
48 | 642 | 737 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
49 | 803 | 605 | charlock_holmes | charlock_holmes provides binary and text detection as well as text transcoding using li... |
50 | 836 | 468 | hana | Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC. |
51 | 996 | 157 | rack-session | A session implementation for Rack. |
52 | 1,057 | 1,386 | mechanize | The Mechanize library is used for automating interaction with websites.
Mechanize autom... |
53 | 1,069 | 1,572 | rails-observers | Rails observer (removed from core in Rails 4.0) |
54 | 1,135 | 3,639 | journey | Journey is a router. It routes requests. |
55 | 1,174 | 780 | version_sorter | VersionSorter is a C extension that does fast sorting of large sets of version strings. |
56 | 1,184 | 1,718 | bcrypt-ruby | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
57 | 1,313 | 1,848 | libxml-ruby | The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML t... |
58 | 1,558 | 1,695 | rails_autolink | This is an extraction of the `auto_link` method from rails. The `auto_link` method was ... |
59 | 1,621 | 1,904 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
60 | 1,679 | 1,765 | options | parse options from *args cleanly |
61 | 1,830 | 3,833 | protected_attributes | Protect attributes from mass assignment |
62 | 1,839 | 2,224 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
63 | 1,874 | 2,408 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
64 | 1,925 | 6,275 | session | persistent connections with external programs like bash |
65 | 2,237 | 1,644 | email_reply_parser | EmailReplyParser is a small library to parse plain text email content. This is what Git... |
66 | 2,478 | 2,011 | record_tag_helper | ActionView Record Tag Helpers |
67 | 2,800 | 5,967 | sqlite3-ruby | This module allows Ruby programs to interface with the SQLite3
database engine (http://... |
68 | 3,369 | 10,598 | rubyforge | A script which automates a limited set of rubyforge operations.
* Run 'rubyforge help'... |
69 | 3,580 | 6,582 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
70 | 3,662 | 2,741 | orderedhash | orderedhash |
71 | 3,787 | 8,698 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
72 | 4,845 | 11,716 | SyslogLogger | SyslogLogger is a Logger replacement that logs to syslog. It is almost
drop-in with a ... |
73 | 5,114 | 5,667 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
74 | 5,369 | 1,494 | solid_queue | Database-backed Active Job backend. |
75 | 5,870 | 1,652 | solid_cache | A database backed ActiveSupport::Cache::Store |
76 | 5,940 | 5,083 | gda | An SQL parser. Wraps libgda in a loving embrace to give you a ruby level SQL
parser. |
77 | 6,057 | 6,401 | rexical | Rexical is a lexical scanner generator that is used with Racc to generate Ruby programs... |
78 | 6,459 | 5,947 | namecase | NameCase is a Ruby implementation of `Lingua::EN::NameCase`, a library for
converting s... |
79 | 7,227 | 13,209 | serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
80 | 7,972 | 25,466 | dnssd | DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,
resolving... |
81 | 8,090 | 33,464 | actionview-component | MOVED to view_component. |
82 | 9,805 | 67,808 | rkelly | The RKelly library will parse JavaScript and return a parse tree. |
83 | 9,984 | 18,750 | rc-rest | Robot Co-op REST web services base class. This library makes it easy to
implement REST-... |
84 | 10,178 | 38,090 | facebooker | Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://w... |
85 | 14,074 | 29,831 | tagz | tagz.rb is generates html, xml, or any sgml variant like a small ninja
running ... |
86 | 15,462 | 4,031 | aarch64 | Tired of writing Ruby in Ruby? Now you can write ARM64 assembly in Ruby! |
87 | 15,618 | 8,185 | ds9 | This library allows you to write HTTP/2 clients and servers. It is a wrapper
around ngh... |
88 | 15,816 | 22,746 | csspool | This rubygem does not have a description or summary. |
89 | 16,846 | 67,808 | texticle | Texticle exposes full text search capabilities from PostgreSQL, extending
ActiveRec... |
90 | 17,318 | 22,746 | johnson | Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey J... |
91 | 19,903 | 67,808 | taka | Taka is a DOM (core and html) implementation for ruby. This software is EXTREMELY expe... |
92 | 20,346 | 27,344 | terminator | an external timeout mechanism based on processes and signals |
93 | 22,816 | 67,808 | slave | easily start a drb server in another process |
94 | 24,547 | 38,090 | minitest-emoji | Print out emoji for your test passes, fails, and skips |
95 | 24,849 | 23,968 | horo | An RDoc template extracted from Ruby on Rails. Provides the same documetation
style an... |
96 | 28,128 | 29,831 | threadify | makes it stupid easy to process a bunch of data using n worker threads |
97 | 28,768 | 67,808 | betabrite | Provides a Ruby interface to BetaBrite LED signs. |
98 | 31,335 | 45,971 | purdytest | Purdytest extends minitest with pretty colors. Simply require minitest, then
require p... |
99 | 35,518 | 67,808 | shared | a clean way to factor class/instance mixins in ruby |
100 | 35,736 | 67,808 | daapclient | This library is used for browsing iTunes DAAP servers. |
101 | 38,366 | 23,968 | icanhasaudio | Hai! icanhasaudio? is an interface to lame for decoding ur MP3s. I iz in ur computer. ... |
102 | 39,683 | 67,808 | nfc | NFC is a ruby wrapper for the Near Field Communication library. The Near
Field Communi... |
103 | 40,107 | 67,808 | rq | ruby queue is a zero-admin zero-configuration tool used to create instant unix clusters |
104 | 40,687 | 45,971 | mmap | The Mmap class implement memory-mapped file objects |
105 | 41,068 | 67,808 | prototype | prototype |
106 | 41,288 | 67,808 | xx | xx |
107 | 46,644 | 67,808 | ruby-serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
108 | 47,711 | 67,808 | traits | traits |
109 | 52,089 | 67,808 | sphero | A ruby gem for controlling your Sphero ball. Sends commands over the TTY
provided by t... |
110 | 53,926 | 45,971 | meow | Send Growl notifications via Ruby. |
111 | 57,016 | 67,808 | tumblr | a command line utility and library which interfaces to the excellent tumblr blogging pl... |
112 | 59,133 | 67,808 | milton | Milton fills out your ADP ezLaborManager timesheet |
113 | 59,140 | 29,831 | imgur2 | Upload stuff to imgur. Yay. |
114 | 64,103 | 67,808 | markup_validity | MarkupValidity provides test/unit and rspec helpers for checking the validity
of your d... |
115 | 70,096 | 14,104 | profile-viewer | This gem packages the Mozilla Profiler so that you can run it locally |
116 | 70,279 | 67,808 | pervasives | pervasives |
117 | 71,315 | 67,808 | zomg | ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will eve... |
118 | 71,724 | 45,971 | ograph | ObjectGraph will output Graphviz dot files of your objects in memory. It will ferret o... |
119 | 73,963 | 67,808 | WillsItunesProject | Reads itunes data from itunes library XML files and provides useful information regard... |
120 | 74,908 | 67,808 | timeunits | timeunits |
121 | 75,224 | 67,808 | wreckster | Wreckster is an API for accessing
Rexster[http://wiki.github.com/tinkerpop/rexster/]. |
122 | 75,460 | 67,808 | av_capture | Wraps up AVCapture and exposes it to Ruby. This gem only works on OS X. |
123 | 75,797 | 67,808 | fisk | Tired of writing Ruby in Ruby? Now you can write assembly in Ruby! |
124 | 78,929 | 67,808 | writev | This gem adds the `writev` method to IO. It provides access to the `writev`
system cal... |
125 | 81,086 | 67,808 | pingpongpear | It is for ping pong pearing |
126 | 82,092 | 45,971 | earworm | Earworm can identify unknown music using MusicDNS and libofa. == FEATURES/PROBLEMS: *... |
127 | 83,147 | 33,464 | leap_motion | Wrapper around the C++ api for Leap Motion. |
128 | 83,377 | 67,808 | drawr | == DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You ... |
129 | 85,230 | 67,808 | qrtools | QRTools is a library for decoding QR Codes. It relies on libdecodeqr for decoding. |
130 | 86,222 | 67,808 | geera | Geera is a command line tool for dealing with Jira tickets. |
131 | 88,082 | 25,466 | asmrepl | Tired of writing assembly and them assembling it? Now you can write assembly and evalua... |
132 | 89,764 | 67,808 | punch | punch |
133 | 89,999 | 45,971 | raop-client | Net::RAOP::Client is an Airport Express client. It allows you to stream music to an Ai... |
134 | 90,528 | 67,808 | tusk | Tusk is a minimal pub / sub system with multiple observer strategies.
Tusk builds upon ... |
135 | 90,765 | 67,808 | parseargs | parseargs |
136 | 91,261 | 67,808 | raptcha | description: raptcha kicks the ass |
137 | 91,684 | 67,808 | widgetz | widgetz |
138 | 92,374 | 67,808 | RusaMember | Extract data from RUSA web site to get members information, results, awards |
139 | 92,468 | 38,090 | rubypan | A gem command plugin that adds `gem ferret` to perform fulltext searching of
http://rub... |
140 | 93,087 | 67,808 | sldb | sldb |
141 | 93,538 | 20,042 | tinygql | Yet another GraphQL parser written in Ruby. |
142 | 94,437 | 67,808 | playpen | Playpen wraps OS X sandbox api with a loving embrace. Playpen provides the
same API th... |
143 | 94,958 | 67,808 | ricosat | RicoSAT is a wrapper around [PicoSAT](http://fmv.jku.at/picosat/). It lets
you use the... |
144 | 106,705 | 33,464 | itiscold | A thing that reads data from Elitech RC-5 temp sensor. Protocol documentation
can be f... |
145 | 107,041 | 67,808 | net-mdns | DNS-SD and mDNS implementation for ruby |
146 | 110,508 | 67,808 | awkward | Awkward helps you walk your Object Graph and output a dot file suitable for
viewing in ... |
147 | 112,630 | 67,808 | digest-m4p | iTunes specific digest encoding |
148 | 115,906 | 67,808 | myhidapi | This is a small wrapper around HIDAPI. I couldn't get other HIDAPI wrappers to
work, s... |
149 | 117,434 | 67,808 | enterprise | Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise&... |
150 | 117,790 | 67,808 | openx | A Ruby interface to the OpenX XML-RPC API. |
151 | 118,047 | 67,808 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |
152 | 118,719 | 67,808 | neversaydie | NEVER SAY DIE lets you rescue from segmentation faults. Got a SEGV, don't
worry about ... |
153 | 119,367 | 67,808 | yoda | Spec yoda will, and spec you shall too. |
154 | 119,593 | 67,808 | fibur | Fibur is a gem that gives you full concurrency during your I/O calls in Ruby
1.9. |
155 | 119,986 | 67,808 | phuby | Phuby wraps PHP in a loving embrace. Exposes a PHP runtime in ruby |
156 | 120,035 | 67,808 | na_str | na_str |
157 | 120,971 | 67,808 | rubygems-isit19 | Lets you figure out if your gems and gems you install might work on 1.9. Uses
http://i... |
158 | 121,548 | 67,808 | state | state |
159 | 121,609 | 23,968 | jit_buffer | A JIT Buffer object for Ruby. |
160 | 121,620 | 67,808 | PheldItunesReporter | PheldItunesReporter provides a library and corresponding executable script that calcula... |
161 | 122,142 | 67,808 | testy | testy |
162 | 122,888 | 67,808 | redef | redef |
163 | 123,451 | 45,971 | sbs2003_contacts | * A small utiltity library to help alleviate the tedium of managing the contacts and e-... |
164 | 127,450 | 25,466 | uart | UART is a simple wrapper around the ruby-termios gem that gives you an easy
interface f... |
165 | 130,264 | 67,808 | spectacular | Spectacular is an SNMP client that displays traffic information in the
browser. |
166 | 130,288 | 45,971 | lunchbox | A gem to help you get started with development on the TI Launchpad. This gem
contains ... |
167 | 130,810 | 67,808 | tenderlove-usb | This rubygem does not have a description or summary. |
168 | 131,180 | 67,808 | odinflex | Do you need to parse an AR file or a Mach-O file? If so, then this is the library for you! |
169 | 138,286 | 38,090 | kara-gem | This is a pretty empty gem. It just has a binstub and a version |
170 | 138,565 | 67,808 | widen | We already have `String#upcase`, `String#downcase`. Now you can have
`String#widen` an... |
171 | 147,804 | 67,808 | mytest | This rubygem does not have a description or summary. |
172 | 158,065 | 67,808 | aaron-test-gem | test gem |
173 | 159,089 | 67,808 | allocation_sampler | A sampling allocation profiler. This keeps track of allocations, but only on
specified... |
174 | 159,883 | 27,344 | hacks | These are some hacks I use. This gem exposes some Ruby C internals as Ruby functions an... |
175 | 167,440 | 67,808 | worf | Tired of parsing DWARF information in C? Now you can parse DWARF information in Ruby! |
176 | 167,819 | 67,808 | uchip | This is a gem for controlling the MCP2221a chip over USB |
177 | 168,970 | 67,808 | mini_gpio | Provides GPIO access on the Raspberry Pi in Ruby (using Fiddle) |
178 | 172,692 | 67,808 | carat | Carat manages an application's dependencies through its entire life, across many machin... |
179 | 172,844 | 67,808 | defrost | Frozen objects: hard to use, can't mutate them, boring. Defrosted objects: exciting, dy... |
180 | 175,097 | 38,090 | hatstone | A Capstone wrapper for Ruby. |
181 | 178,436 | 20,830 | zeroconf | This is a multicast DNS client and server written in Ruby |