1 | 7 | 9 | 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 | 21 | nokogiri | Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provide... |
4 | 32 | 41 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
5 | 33 | 46 | 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 | 54 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
8 | 41 | 67 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
9 | 42 | 58 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
10 | 46 | 65 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
11 | 47 | 229 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
12 | 50 | 53 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
13 | 57 | 76 | rails-html-sanitizer | HTML sanitization for Rails applications |
14 | 59 | 108 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
15 | 61 | 64 | activejob | Declare job classes that can be run by a variety of queuing backends. |
16 | 67 | 73 | 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 | 114 | sprockets-rails | Sprockets Rails integration |
19 | 84 | 15 | racc | Racc is an LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby... |
20 | 86 | 69 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
21 | 105 | 199 | execjs | ExecJS lets you run JavaScript code from Ruby. |
22 | 110 | 70 | activestorage | Attach cloud and local files in Rails applications. |
23 | 113 | 830 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
24 | 117 | 136 | bcrypt | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
25 | 136 | 280 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
26 | 139 | 360 | sass-rails | Sass adapter for the Rails asset pipeline. |
27 | 151 | 82 | actiontext | Edit and display rich text in Rails applications. |
28 | 152 | 83 | actionmailbox | Receive and process incoming emails in Rails applications. |
29 | 159 | 464 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
30 | 162 | 222 | jbuilder | Create JSON structures via a Builder-style DSL |
31 | 163 | 469 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
32 | 174 | 508 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
33 | 182 | 241 | spring | Preloads your application so things like console, rake and tests run faster |
34 | 186 | 311 | mysql2 | A simple, fast Mysql library for Ruby, binding to libmysql |
35 | 245 | 227 | net-http-persistent | Manages persistent connections using Net::HTTP including a thread pool for
connecting t... |
36 | 252 | 478 | 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 | 284 | 748 | turbolinks | Rails engine for Turbolinks 5 support |
39 | 299 | 317 | web-console | A debugging tool for your Ruby on Rails applications. |
40 | 336 | 310 | open4 | open child process with handles on pid, stdin, stdout, and stderr: manage child process... |
41 | 375 | 1,952 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
42 | 399 | 304 | stackprof | stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object all... |
43 | 410 | 823 | systemu | universal capture of stdout and stderr and handling of child process pid for windows, *... |
44 | 429 | 881 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
45 | 463 | 1,354 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
46 | 499 | 162 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
47 | 626 | 592 | require_all | A wonderfully simple way to load your code |
48 | 637 | 529 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
49 | 804 | 656 | charlock_holmes | charlock_holmes provides binary and text detection as well as text transcoding using li... |
50 | 840 | 512 | hana | Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC. |
51 | 1,048 | 1,383 | mechanize | The Mechanize library is used for automating interaction with websites.
Mechanize autom... |
52 | 1,058 | 168 | rack-session | A session implementation for Rack. |
53 | 1,066 | 1,514 | rails-observers | Rails observer (removed from core in Rails 4.0) |
54 | 1,123 | 3,763 | journey | Journey is a router. It routes requests. |
55 | 1,165 | 1,814 | bcrypt-ruby | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
56 | 1,190 | 945 | version_sorter | VersionSorter is a C extension that does fast sorting of large sets of version strings. |
57 | 1,293 | 1,778 | libxml-ruby | The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML t... |
58 | 1,551 | 1,670 | rails_autolink | This is an extraction of the `auto_link` method from rails. The `auto_link` method was ... |
59 | 1,612 | 1,758 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
60 | 1,672 | 1,748 | options | parse options from *args cleanly |
61 | 1,808 | 3,673 | protected_attributes | Protect attributes from mass assignment |
62 | 1,824 | 2,219 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
63 | 1,861 | 2,544 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
64 | 1,912 | 5,797 | session | persistent connections with external programs like bash |
65 | 2,245 | 1,845 | email_reply_parser | EmailReplyParser is a small library to parse plain text email content. This is what Git... |
66 | 2,470 | 2,498 | record_tag_helper | ActionView Record Tag Helpers |
67 | 2,786 | 6,392 | sqlite3-ruby | This module allows Ruby programs to interface with the SQLite3
database engine (http://... |
68 | 3,345 | 7,761 | rubyforge | A script which automates a limited set of rubyforge operations.
* Run 'rubyforge help'... |
69 | 3,557 | 6,092 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
70 | 3,669 | 3,366 | orderedhash | orderedhash |
71 | 3,754 | 8,997 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
72 | 4,813 | 11,292 | SyslogLogger | SyslogLogger is a Logger replacement that logs to syslog. It is almost
drop-in with a ... |
73 | 5,093 | 6,586 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
74 | 5,947 | 5,641 | gda | An SQL parser. Wraps libgda in a loving embrace to give you a ruby level SQL
parser. |
75 | 6,079 | 5,314 | rexical | Rexical is a lexical scanner generator that is used with Racc to generate Ruby programs... |
76 | 6,458 | 5,625 | namecase | NameCase is a Ruby implementation of `Lingua::EN::NameCase`, a library for
converting s... |
77 | 6,521 | 1,690 | solid_queue | Database-backed Active Job backend. |
78 | 7,024 | 2,018 | solid_cache | A database backed ActiveSupport::Cache::Store |
79 | 7,197 | 7,907 | serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
80 | 7,914 | 11,593 | dnssd | DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,
resolving... |
81 | 8,058 | 12,083 | actionview-component | MOVED to view_component. |
82 | 9,738 | 65,653 | rkelly | The RKelly library will parse JavaScript and return a parse tree. |
83 | 9,928 | 21,265 | rc-rest | Robot Co-op REST web services base class. This library makes it easy to
implement REST-... |
84 | 10,124 | 13,102 | facebooker | Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://w... |
85 | 14,019 | 25,447 | tagz | tagz.rb is generates html, xml, or any sgml variant like a small ninja
running ... |
86 | 15,741 | 27,052 | csspool | This rubygem does not have a description or summary. |
87 | 15,783 | 7,028 | ds9 | This library allows you to write HTTP/2 clients and servers. It is a wrapper
around ngh... |
88 | 16,765 | 40,597 | texticle | Texticle exposes full text search capabilities from PostgreSQL, extending
ActiveRec... |
89 | 16,931 | 5,085 | aarch64 | Tired of writing Ruby in Ruby? Now you can write ARM64 assembly in Ruby! |
90 | 17,242 | 40,597 | johnson | Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey J... |
91 | 19,806 | 108,042 | taka | Taka is a DOM (core and html) implementation for ruby. This software is EXTREMELY expe... |
92 | 20,241 | 48,759 | terminator | an external timeout mechanism based on processes and signals |
93 | 22,739 | 23,000 | slave | easily start a drb server in another process |
94 | 24,458 | 48,759 | minitest-emoji | Print out emoji for your test passes, fails, and skips |
95 | 24,727 | 65,653 | horo | An RDoc template extracted from Ruby on Rails. Provides the same documetation
style an... |
96 | 28,046 | 31,778 | threadify | makes it stupid easy to process a bunch of data using n worker threads |
97 | 28,666 | 48,759 | betabrite | Provides a Ruby interface to BetaBrite LED signs. |
98 | 31,199 | 65,653 | purdytest | Purdytest extends minitest with pretty colors. Simply require minitest, then
require p... |
99 | 35,418 | 27,052 | shared | a clean way to factor class/instance mixins in ruby |
100 | 35,638 | 48,759 | daapclient | This library is used for browsing iTunes DAAP servers. |
101 | 38,230 | 65,653 | icanhasaudio | Hai! icanhasaudio? is an interface to lame for decoding ur MP3s. I iz in ur computer. ... |
102 | 39,569 | 65,653 | nfc | NFC is a ruby wrapper for the Near Field Communication library. The Near
Field Communi... |
103 | 39,987 | 31,778 | rq | ruby queue is a zero-admin zero-configuration tool used to create instant unix clusters |
104 | 40,500 | 108,042 | mmap | The Mmap class implement memory-mapped file objects |
105 | 40,983 | 108,042 | prototype | prototype |
106 | 41,148 | 108,042 | xx | xx |
107 | 46,447 | 65,653 | ruby-serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
108 | 47,575 | 29,107 | traits | traits |
109 | 51,952 | 65,653 | sphero | A ruby gem for controlling your Sphero ball. Sends commands over the TTY
provided by t... |
110 | 53,793 | 108,042 | meow | Send Growl notifications via Ruby. |
111 | 56,837 | 27,052 | tumblr | a command line utility and library which interfaces to the excellent tumblr blogging pl... |
112 | 58,971 | 65,653 | milton | Milton fills out your ADP ezLaborManager timesheet |
113 | 58,978 | 108,042 | imgur2 | Upload stuff to imgur. Yay. |
114 | 63,926 | 65,653 | markup_validity | MarkupValidity provides test/unit and rspec helpers for checking the validity
of your d... |
115 | 70,109 | 65,653 | pervasives | pervasives |
116 | 71,162 | 65,653 | zomg | ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will eve... |
117 | 71,561 | 65,653 | ograph | ObjectGraph will output Graphviz dot files of your objects in memory. It will ferret o... |
118 | 73,777 | 65,653 | WillsItunesProject | Reads itunes data from itunes library XML files and provides useful information regard... |
119 | 74,710 | 48,759 | timeunits | timeunits |
120 | 75,011 | 13,697 | profile-viewer | This gem packages the Mozilla Profiler so that you can run it locally |
121 | 75,047 | 108,042 | wreckster | Wreckster is an API for accessing
Rexster[http://wiki.github.com/tinkerpop/rexster/]. |
122 | 75,380 | 48,759 | av_capture | Wraps up AVCapture and exposes it to Ruby. This gem only works on OS X. |
123 | 75,850 | 24,075 | fisk | Tired of writing Ruby in Ruby? Now you can write assembly in Ruby! |
124 | 78,732 | 108,042 | writev | This gem adds the `writev` method to IO. It provides access to the `writev`
system cal... |
125 | 80,958 | 108,042 | pingpongpear | It is for ping pong pearing |
126 | 81,944 | 40,597 | earworm | Earworm can identify unknown music using MusicDNS and libofa. == FEATURES/PROBLEMS: *... |
127 | 83,024 | 65,653 | leap_motion | Wrapper around the C++ api for Leap Motion. |
128 | 83,209 | 48,759 | drawr | == DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You ... |
129 | 85,049 | 108,042 | qrtools | QRTools is a library for decoding QR Codes. It relies on libdecodeqr for decoding. |
130 | 85,986 | 48,759 | geera | Geera is a command line tool for dealing with Jira tickets. |
131 | 88,263 | 65,653 | asmrepl | Tired of writing assembly and them assembling it? Now you can write assembly and evalua... |
132 | 89,585 | 108,042 | punch | punch |
133 | 89,800 | 108,042 | raop-client | Net::RAOP::Client is an Airport Express client. It allows you to stream music to an Ai... |
134 | 90,331 | 108,042 | tusk | Tusk is a minimal pub / sub system with multiple observer strategies.
Tusk builds upon ... |
135 | 90,599 | 108,042 | parseargs | parseargs |
136 | 91,061 | 65,653 | raptcha | description: raptcha kicks the ass |
137 | 91,485 | 48,759 | widgetz | widgetz |
138 | 92,251 | 108,042 | rubypan | A gem command plugin that adds `gem ferret` to perform fulltext searching of
http://rub... |
139 | 92,353 | 108,042 | RusaMember | Extract data from RUSA web site to get members information, results, awards |
140 | 92,889 | 65,653 | sldb | sldb |
141 | 94,221 | 108,042 | playpen | Playpen wraps OS X sandbox api with a loving embrace. Playpen provides the
same API th... |
142 | 94,894 | 48,759 | ricosat | RicoSAT is a wrapper around [PicoSAT](http://fmv.jku.at/picosat/). It lets
you use the... |
143 | 96,844 | 16,037 | tinygql | Yet another GraphQL parser written in Ruby. |
144 | 106,667 | 65,653 | itiscold | A thing that reads data from Elitech RC-5 temp sensor. Protocol documentation
can be f... |
145 | 106,814 | 65,653 | net-mdns | DNS-SD and mDNS implementation for ruby |
146 | 110,306 | 108,042 | awkward | Awkward helps you walk your Object Graph and output a dot file suitable for
viewing in ... |
147 | 112,449 | 65,653 | digest-m4p | iTunes specific digest encoding |
148 | 115,851 | 108,042 | myhidapi | This is a small wrapper around HIDAPI. I couldn't get other HIDAPI wrappers to
work, s... |
149 | 117,197 | 65,653 | enterprise | Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise&... |
150 | 117,563 | 108,042 | openx | A Ruby interface to the OpenX XML-RPC API. |
151 | 117,932 | 108,042 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |
152 | 118,502 | 108,042 | neversaydie | NEVER SAY DIE lets you rescue from segmentation faults. Got a SEGV, don't
worry about ... |
153 | 119,149 | 108,042 | yoda | Spec yoda will, and spec you shall too. |
154 | 119,393 | 48,759 | fibur | Fibur is a gem that gives you full concurrency during your I/O calls in Ruby
1.9. |
155 | 119,780 | 108,042 | phuby | Phuby wraps PHP in a loving embrace. Exposes a PHP runtime in ruby |
156 | 119,788 | 108,042 | na_str | na_str |
157 | 120,734 | 108,042 | rubygems-isit19 | Lets you figure out if your gems and gems you install might work on 1.9. Uses
http://i... |
158 | 121,327 | 108,042 | state | state |
159 | 121,408 | 108,042 | PheldItunesReporter | PheldItunesReporter provides a library and corresponding executable script that calcula... |
160 | 121,913 | 108,042 | testy | testy |
161 | 122,290 | 29,107 | jit_buffer | A JIT Buffer object for Ruby. |
162 | 122,679 | 108,042 | redef | redef |
163 | 123,240 | 108,042 | sbs2003_contacts | * A small utiltity library to help alleviate the tedium of managing the contacts and e-... |
164 | 129,878 | 31,778 | uart | UART is a simple wrapper around the ruby-termios gem that gives you an easy
interface f... |
165 | 129,971 | 108,042 | spectacular | Spectacular is an SNMP client that displays traffic information in the
browser. |
166 | 130,103 | 108,042 | lunchbox | A gem to help you get started with development on the TI Launchpad. This gem
contains ... |
167 | 130,579 | 108,042 | tenderlove-usb | This rubygem does not have a description or summary. |
168 | 130,983 | 108,042 | 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,285 | 108,042 | kara-gem | This is a pretty empty gem. It just has a binstub and a version |
170 | 138,298 | 108,042 | widen | We already have `String#upcase`, `String#downcase`. Now you can have
`String#widen` an... |
171 | 147,607 | 108,042 | mytest | This rubygem does not have a description or summary. |
172 | 158,121 | 108,042 | aaron-test-gem | test gem |
173 | 159,068 | 108,042 | allocation_sampler | A sampling allocation profiler. This keeps track of allocations, but only on
specified... |
174 | 160,518 | 65,653 | hacks | These are some hacks I use. This gem exposes some Ruby C internals as Ruby functions an... |
175 | 167,264 | 65,653 | worf | Tired of parsing DWARF information in C? Now you can parse DWARF information in Ruby! |
176 | 167,654 | 65,653 | uchip | This is a gem for controlling the MCP2221a chip over USB |
177 | 168,765 | 108,042 | mini_gpio | Provides GPIO access on the Raspberry Pi in Ruby (using Fiddle) |
178 | 172,446 | 108,042 | carat | Carat manages an application's dependencies through its entire life, across many machin... |
179 | 172,713 | 40,597 | defrost | Frozen objects: hard to use, can't mutate them, boring. Defrosted objects: exciting, dy... |
180 | 174,980 | 108,042 | hatstone | A Capstone wrapper for Ruby. |
181 | 179,087 | 108,042 | zeroconf | This is a multicast DNS client and server written in Ruby |