1 | 12 | 15 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
2 | 13 | 8 | rack | Rack provides a minimal, modular and adaptable interface for developing
web application... |
3 | 22 | 22 | nokogiri | Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provide... |
4 | 32 | 53 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
5 | 33 | 62 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
6 | 34 | 216 | rubygems-update | A package (also known as a library) contains a set of functionality
that can be invok... |
7 | 36 | 66 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
8 | 38 | 73 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
9 | 41 | 56 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
10 | 42 | 71 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
11 | 45 | 80 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
12 | 48 | 69 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
13 | 54 | 97 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
14 | 56 | 64 | rails-html-sanitizer | HTML sanitization for Rails applications |
15 | 59 | 82 | activejob | Declare job classes that can be run by a variety of queuing backends. |
16 | 62 | 65 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
17 | 69 | 105 | sprockets-rails | Sprockets Rails integration |
18 | 71 | 68 | globalid | URIs for your models makes it easy to pass references around. |
19 | 88 | 496 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
20 | 89 | 84 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
21 | 91 | 179 | execjs | ExecJS lets you run JavaScript code from Ruby. |
22 | 113 | 26 | racc | Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby ... |
23 | 117 | 89 | activestorage | Attach cloud and local files in Rails applications. |
24 | 119 | 139 | bcrypt | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
25 | 121 | 264 | sass-rails | Sass adapter for the Rails asset pipeline. |
26 | 124 | 224 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
27 | 132 | 324 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
28 | 135 | 341 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
29 | 148 | 363 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
30 | 150 | 189 | jbuilder | Create JSON structures via a Builder-style DSL |
31 | 168 | 215 | mysql2 | A simple, fast Mysql library for Ruby, binding to libmysql |
32 | 173 | 213 | spring | Preloads your application so things like console, rake and tests run faster |
33 | 178 | 102 | actiontext | Edit and display rich text in Rails applications. |
34 | 179 | 103 | actionmailbox | Receive and process incoming emails in Rails applications. |
35 | 226 | 357 | sqlite3 | Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Pre... |
36 | 242 | 511 | turbolinks | Rails engine for Turbolinks 5 support |
37 | 246 | 296 | net-http-persistent | Manages persistent connections using Net::HTTP including a thread pool for
connecting t... |
38 | 273 | 252 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
39 | 302 | 1,529 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
40 | 308 | 248 | web-console | A debugging tool for your Ruby on Rails applications. |
41 | 330 | 382 | open4 | open child process with handles on pid, stdin, stdout, and stderr: manage child process... |
42 | 384 | 1,205 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
43 | 389 | 390 | systemu | universal capture of stdout and stderr and handling of child process pid for windows, *... |
44 | 401 | 497 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
45 | 447 | 466 | stackprof | stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object all... |
46 | 654 | 445 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
47 | 656 | 400 | require_all | A wonderfully simple way to load your code |
48 | 763 | 1,280 | charlock_holmes | charlock_holmes provides binary and text detection as well as text transcoding using li... |
49 | 765 | 305 | psych | Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/Lib... |
50 | 920 | 977 | hana | Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC. |
51 | 957 | 3,473 | journey | Journey is a router. It routes requests. |
52 | 981 | 1,353 | rails-observers | Rails observer (removed from core in Rails 4.0) |
53 | 985 | 1,361 | mechanize | The Mechanize library is used for automating interaction with websites.
Mechanize autom... |
54 | 1,014 | 2,550 | bcrypt-ruby | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
... |
55 | 1,151 | 1,860 | libxml-ruby | The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML t... |
56 | 1,221 | 1,588 | version_sorter | VersionSorter is a C extension that does fast sorting of large sets of version strings. |
57 | 1,462 | 1,457 | rails_autolink | This is an extraction of the `auto_link` method from rails. The `auto_link` method was ... |
58 | 1,575 | 1,541 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
59 | 1,605 | 2,457 | protected_attributes | Protect attributes from mass assignment |
60 | 1,642 | 1,417 | options | parse options from *args cleanly |
61 | 1,664 | 5,769 | session | persistent connections with external programs like bash |
62 | 1,686 | 2,293 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
63 | 1,744 | 1,977 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
64 | 2,319 | 2,528 | email_reply_parser | EmailReplyParser is a small library to parse plain text email content. This is what Git... |
65 | 2,358 | 2,035 | record_tag_helper | ActionView Record Tag Helpers |
66 | 2,478 | 4,024 | sqlite3-ruby | This module allows Ruby programs to interface with the SQLite3
database engine (http://... |
67 | 3,015 | 10,191 | rubyforge | A script which automates a limited set of rubyforge operations.
* Run 'rubyforge help'... |
68 | 3,266 | 4,068 | syck | A gemified version of Syck from Ruby's stdlib. Syck has been removed from
Ruby's stdli... |
69 | 3,415 | 7,089 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
70 | 3,556 | 5,402 | orderedhash | orderedhash |
71 | 4,361 | 7,147 | SyslogLogger | SyslogLogger is a Logger replacement that logs to syslog. It is almost
drop-in with a ... |
72 | 4,854 | 4,882 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
73 | 5,901 | 6,352 | rexical | Rexical is a lexical scanner generator that is used with
Racc to generate Ruby programs... |
74 | 6,363 | 6,089 | namecase | NameCase is a Ruby implementation of `Lingua::EN::NameCase`, a library for
converting s... |
75 | 6,429 | 4,472 | gda | An SQL parser. Wraps libgda in a loving embrace to give you a ruby level SQL
parser. |
76 | 6,632 | 2,308 | rack-session | A session implementation for Rack. |
77 | 6,805 | 7,446 | serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
78 | 7,147 | 10,947 | dnssd | DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,
resolving... |
79 | 7,391 | 18,393 | actionview-component | MOVED to view_component. |
80 | 8,629 | 18,393 | rkelly | The RKelly library will parse JavaScript and return a parse tree. |
81 | 8,851 | 13,553 | rc-rest | Robot Co-op REST web services base class. This library makes it easy to
implement REST-... |
82 | 9,074 | 10,097 | facebooker | Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://w... |
83 | 13,152 | 16,472 | tagz | tagz.rb is generates html, xml, or any sgml variant like a small ninja
running ... |
84 | 14,748 | 12,611 | csspool | This rubygem does not have a description or summary. |
85 | 15,537 | 27,725 | texticle | Texticle exposes full text search capabilities from PostgreSQL, extending
ActiveRec... |
86 | 15,901 | 21,496 | johnson | Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
Mozilla SpiderMonkey J... |
87 | 18,036 | 85,335 | taka | Taka is a DOM (core and html) implementation for ruby. This software is EXTREMELY expe... |
88 | 18,537 | 38,238 | terminator | an external timeout mechanism based on processes and signals |
89 | 19,206 | 10,504 | ds9 | This library allows you to write HTTP/2 clients and servers. It is a wrapper
around ngh... |
90 | 21,305 | 24,929 | slave | easily start a drb server in another process |
91 | 23,013 | 22,969 | horo | An RDoc template extracted from Ruby on Rails. Provides the same documetation
style an... |
92 | 23,093 | 27,725 | minitest-emoji | Print out emoji for your test passes, fails, and skips |
93 | 26,723 | 17,065 | threadify | makes it stupid easy to process a bunch of data using n worker threads |
94 | 27,179 | 32,068 | betabrite | Provides a Ruby interface to BetaBrite LED signs. |
95 | 29,046 | 32,068 | purdytest | Purdytest extends minitest with pretty colors. Simply require minitest, then
require p... |
96 | 33,974 | 24,929 | shared | a clean way to factor class/instance mixins in ruby |
97 | 34,056 | 15,121 | daapclient | This library is used for browsing iTunes DAAP servers. |
98 | 36,597 | 21,496 | icanhasaudio | Hai! icanhasaudio? is an interface to lame for decoding ur MP3s. I iz in ur computer. ... |
99 | 37,427 | 85,335 | mmap | The Mmap class implement memory-mapped file objects |
100 | 38,045 | 24,929 | nfc | NFC is a ruby wrapper for the Near Field Communication library. The Near
Field Communi... |
101 | 38,423 | 27,725 | rq | ruby queue is a zero-admin zero-configuration tool used to create instant unix clusters |
102 | 38,542 | 38,238 | xx | xx |
103 | 39,199 | 21,496 | prototype | prototype |
104 | 43,280 | 38,238 | ruby-serialport | Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports. |
105 | 46,657 | 22,969 | traits | traits |
106 | 50,512 | 32,068 | sphero | A ruby gem for controlling your Sphero ball. Sends commands over the TTY
provided by t... |
107 | 51,720 | 38,238 | meow | Send Growl notifications via Ruby. |
108 | 54,702 | 32,068 | tumblr | a command line utility and library which interfaces to the excellent tumblr blogging pl... |
109 | 57,170 | 38,238 | imgur2 | Upload stuff to imgur. Yay. |
110 | 57,290 | 32,068 | milton | Milton fills out your ADP ezLaborManager timesheet |
111 | 60,987 | 50,070 | markup_validity | MarkupValidity provides test/unit and rspec helpers for checking the validity
of your d... |
112 | 68,015 | 27,725 | pervasives | pervasives |
113 | 69,269 | 21,496 | zomg | ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will eve... |
114 | 69,396 | 50,070 | ograph | ObjectGraph will output Graphviz dot files of your objects in memory. It will ferret o... |
115 | 72,044 | 85,335 | WillsItunesProject | Reads itunes data from itunes library XML files and provides useful information regard... |
116 | 72,594 | 50,070 | timeunits | timeunits |
117 | 72,936 | 38,238 | wreckster | Wreckster is an API for accessing
Rexster[http://wiki.github.com/tinkerpop/rexster/]. |
118 | 73,998 | 38,238 | av_capture | Wraps up AVCapture and exposes it to Ruby. This gem only works on OS X. |
119 | 76,762 | 32,068 | writev | This gem adds the `writev` method to IO. It provides access to the `writev`
system cal... |
120 | 79,050 | 32,068 | fisk | Tired of writing Ruby in Ruby? Now you can write assembly in Ruby! |
121 | 80,062 | 32,068 | pingpongpear | It is for ping pong pearing |
122 | 80,104 | 21,496 | earworm | Earworm can identify unknown music using MusicDNS and libofa. == FEATURES/PROBLEMS: *... |
123 | 80,725 | 32,068 | drawr | == DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You ... |
124 | 81,617 | 38,238 | leap_motion | Wrapper around the C++ api for Leap Motion. |
125 | 82,723 | 50,070 | qrtools | QRTools is a library for decoding QR Codes. It relies on libdecodeqr for decoding. |
126 | 83,450 | 50,070 | geera | Geera is a command line tool for dealing with Jira tickets. |
127 | 87,433 | 50,070 | punch | punch |
128 | 87,433 | 85,335 | raop-client | Net::RAOP::Client is an Airport Express client. It allows you to stream music to an Ai... |
129 | 87,824 | 85,335 | tusk | Tusk is a minimal pub / sub system with multiple observer strategies.
Tusk builds upon ... |
130 | 88,182 | 38,238 | parseargs | parseargs |
131 | 88,690 | 38,238 | raptcha | description: raptcha kicks the ass |
132 | 89,203 | 50,070 | widgetz | widgetz |
133 | 89,840 | 50,070 | rubypan | A gem command plugin that adds `gem ferret` to perform fulltext searching of
http://rub... |
134 | 90,628 | 50,070 | RusaMember | Extract data from RUSA web site to get members information, results, awards |
135 | 91,138 | 50,070 | sldb | sldb |
136 | 91,808 | 85,335 | playpen | Playpen wraps OS X sandbox api with a loving embrace. Playpen provides the
same API th... |
137 | 93,600 | 32,068 | asmrepl | Tired of writing assembly and them assembling it? Now you can write assembly and evalua... |
138 | 95,384 | 38,238 | ricosat | RicoSAT is a wrapper around [PicoSAT](http://fmv.jku.at/picosat/). It lets
you use the... |
139 | 105,747 | 38,238 | net-mdns | DNS-SD and mDNS implementation for ruby |
140 | 107,340 | 38,238 | itiscold | A thing that reads data from Elitech RC-5 temp sensor. Protocol documentation
can be f... |
141 | 107,375 | 50,070 | awkward | Awkward helps you walk your Object Graph and output a dot file suitable for
viewing in ... |
142 | 109,204 | 50,070 | digest-m4p | iTunes specific digest encoding |
143 | 114,384 | 50,070 | enterprise | Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise&... |
144 | 114,887 | 85,335 | openx | A Ruby interface to the OpenX XML-RPC API. |
145 | 115,803 | 85,335 | neversaydie | NEVER SAY DIE lets you rescue from segmentation faults. Got a SEGV, don't
worry about ... |
146 | 116,772 | 85,335 | yoda | Spec yoda will, and spec you shall too. |
147 | 117,116 | 85,335 | phuby | Phuby wraps PHP in a loving embrace. Exposes a PHP runtime in ruby |
148 | 117,147 | 85,335 | fibur | Fibur is a gem that gives you full concurrency during your I/O calls in Ruby
1.9. |
149 | 117,304 | 38,238 | myhidapi | This is a small wrapper around HIDAPI. I couldn't get other HIDAPI wrappers to
work, s... |
150 | 117,850 | 85,335 | na_str | na_str |
151 | 118,317 | 50,070 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |
152 | 119,125 | 50,070 | rubygems-isit19 | Lets you figure out if your gems and gems you install might work on 1.9. Uses
http://i... |
153 | 119,324 | 38,238 | state | state |
154 | 119,588 | 50,070 | testy | testy |
155 | 120,518 | 85,335 | PheldItunesReporter | PheldItunesReporter provides a library and corresponding executable script that calcula... |
156 | 120,845 | 50,070 | redef | redef |
157 | 121,431 | 50,070 | sbs2003_contacts | * A small utiltity library to help alleviate the tedium of managing the contacts and e-... |
158 | 127,549 | 85,335 | spectacular | Spectacular is an SNMP client that displays traffic information in the
browser. |
159 | 128,183 | 85,335 | lunchbox | A gem to help you get started with development on the TI Launchpad. This gem
contains ... |
160 | 128,239 | 85,335 | tenderlove-usb | This rubygem does not have a description or summary. |
161 | 132,028 | 85,335 | odinflex | Do you need to parse an AR file or a Mach-O file? If so, then this is the library for you! |
162 | 136,368 | 85,335 | widen | We already have `String#upcase`, `String#downcase`. Now you can have
`String#widen` an... |
163 | 142,775 | 50,070 | kara-gem | This is a pretty empty gem. It just has a binstub and a version |
164 | 144,038 | 50,070 | uart | UART is a simple wrapper around the ruby-termios gem that gives you an easy
interface f... |
165 | 144,287 | 22,969 | aarch64 | Tired of writing Ruby in Ruby? Now you can write ARM64 assembly in Ruby! |
166 | 144,701 | 32,068 | jit_buffer | A JIT Buffer object for Ruby. |
167 | 146,320 | 50,070 | mytest | This rubygem does not have a description or summary. |
168 | 161,875 | 50,070 | allocation_sampler | A sampling allocation profiler. This keeps track of allocations, but only on
specified... |
169 | 164,737 | 50,070 | aaron-test-gem | test gem |
170 | 166,058 | 85,335 | worf | Tired of parsing DWARF information in C? Now you can parse DWARF information in Ruby! |
171 | 166,388 | 85,335 | uchip | This is a gem for controlling the MCP2221a chip over USB |
172 | 167,494 | 85,335 | mini_gpio | Provides GPIO access on the Raspberry Pi in Ruby (using Fiddle) |
173 | 170,287 | 85,335 | carat | Carat manages an application's dependencies through its entire life, across many machin... |
174 | 170,955 | 50,070 | defrost | Frozen objects: hard to use, can't mutate them, boring. Defrosted objects: exciting, dy... |
175 | 172,283 | 21,496 | hacks | These are some hacks I use. This gem exposes some Ruby C internals as Ruby functions an... |
176 | 173,179 | 27,725 | tinygql | Yet another GraphQL parser written in Ruby. |
177 | 173,549 | 38,238 | hatstone | A Capstone wrapper for Ruby. |
178 | 176,841 | 50,070 | profile-viewer | This gem packages the Mozilla Profiler so that you can run it locally |