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