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