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