Byroot's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
1713activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
2123jsonThis is a JSON implementation as a Ruby extension in C.
32524thorThor is a toolkit for building powerful command-line interfaces.
43252builderBuilder provides a number of builder objects that make creating structured data simple ...
53461activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63666activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73869actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84492railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94584railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104970actionviewSimple, battle-tested conventions and helpers for building web pages.
115083actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
126189activejobDeclare job classes that can be run by a variety of queuing backends.
136285rails-html-sanitizerHTML sanitization for Rails applications
146588rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
156893globalidURIs for your models makes it easy to pass references around.
1675173sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
178095actioncableStructure many real-time application concerns into channels over a single WebSocket con...
1882151redisA Ruby client that tries to match Redis' API one-to-one, while still providing an i...
1984194sprockets-railsSprockets Rails integration
209098activestorageAttach cloud and local files in Rails applications.
219496msgpackMessagePack is a binary-based efficient object serialization library. It enables to exc...
22106109marcelSimple mime type detection using magic numbers, filenames, and extensions
23114104actiontextEdit and display rich text in Rails applications.
24115103actionmailboxReceive and process incoming emails in Rails applications.
25116261execjsExecJS lets you run JavaScript code from Ruby.
26139116bootsnapBoot large ruby/rails apps faster
27151835arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
28166352jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
29171217jbuilderCreate JSON structures via a Builder-style DSL
30177465sass-railsSass adapter for the Rails asset pipeline.
31197460coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
32205469coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
33207341springPreloads your application so things like console, rake and tests run faster
34216587coffee-railsCoffeeScript adapter for the Rails asset pipeline.
35247410redis-namespaceAdds a Redis::Namespace class which can be used to namespace calls to Redis. This is us...
36274381rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
37298274web-consoleA debugging tool for your Ruby on Rails applications.
38348205redis-clientSimple low-level client for Redis 6+
393501,037turbolinksRails engine for Turbolinks 5 support
405072,550rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
415421,462webpackerUse webpack to manage app-like JavaScript modules in Rails
42583578activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
435961,249activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
446821,239hiredisRuby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
457751,151marginaliaAttach comments to your ActiveRecord queries.
467861,917json_pureThis is a JSON implementation in pure Ruby.
478581,583escape_utilsQuickly perform HTML, URL, URI and Javascript escaping/unescaping
48974350importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
491,0041,264activerecord-session_storeAn Action Dispatch session store backed by an Active Record class.
501,1631,622rails-observersRails observer (removed from core in Rails 4.0)
511,390928cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
521,584425propshaftDeliver assets for Rails.
531,680829jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
541,6982,097actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
551,817459solid_queueDatabase-backed Active Job backend.
561,8632,673redis-clusteringA Ruby client that tries to match Redis' Cluster API one-to-one, while still provid...
571,952728tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
581,9772,265actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
592,0233,574activerecord-deprecated_findersDeprecated finder APIs extracted from Active Record.
602,0732,801actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
612,1155,529protected_attributesProtect attributes from mass assignment
622,1513,661html_tokenizerHTML Tokenizer
632,6002,884record_tag_helperActionView Record Tag Helpers
643,0211,651trilogyA friendly MySQL-compatible library for Ruby, binding to libtrilogy
653,1182,415frozen_recordActiveRecord like interface to read only access and query static YAML files
663,1562,098hiredis-clientHiredis binding for redis-client
673,3463,732sysvmqRuby wrapper for SysV Message Queues
683,4131,486mission_control-jobsOperational controls for Active Job
693,4262,043gvltoolsSet of GVL instrumentation tools
703,5382,557activerecord-typedstoreActiveRecord::Store but with type definition
713,9853,483gctimeExposes a monotonically increasing GC total_time metric.
724,1963,069kredisHigher-level data structures built on Redis.
734,24019,358activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
744,2965,674rails-perftestRails performance tests (removed from core in Rails 4.0)
754,5487,178sprockets-svgMinify SVG assets, and optionally convert them to PNG for browser compatibility.
764,5822,208heap-profilerMake several heap dumps and summarize allocated, retained memory
774,9406,369symbol-fstringAllow fast access to internal fstring of symbols and modules
784,9911,551grpc_fork_safetySimple gems to facilitate making the grpc gem fork safe
795,38113,130prototype-railsPrototype, Scriptaculous, and RJS for Ruby on Rails
805,4566,599rails-ujsThis gem provides rails-ujs driver for Rails applications.
815,60720,515bootscaleInspired by Aaron Patterson's talk on the subject
825,74619,915activerecord-databasevalidationsOpt-in validations for your ActiveRecord models based on your MySQL database constraint...
836,0984,522pitchfork`pitchfork` is a preforking HTTP server for Rack applications designed to minimize memo...
846,79717,065dedupIf your app keeps lots of static data in memory, such as i18n data or large configurati...
856,8448,601pid_cacheOn platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi...
867,3748,304progressrusMonitor the progress of remote, long-running jobs.
879,0617,850djb2Pure Ruby djb2 hash implementation
8813,55294,007child_subreaperRuby binding to call prctl(PR_SET_CHILD_SUBREAPER)
8914,100129,210psych-shopiforkPsych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib...
9017,44718,846pubsubstubPubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ...
9119,95418,390explicit-parametersExplicit parameters validation and casting for Rails APIs
9226,81674,024osdbRuby library to access OSDb services like OpenSubtitles.org
9328,23746,531monorailsCAUTION: Use at your own risks.
9429,68974,024thread_hazardousCAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe...
9536,09041,737lita-externalMeta adapter that allow Lita to spawn multiple processes and load balance the work
9641,67246,531circle-cliA bunch of commands useful to deal with Circle CI without leaving your terminal.
9741,76974,024bond-railsAutomatically load bond in rails console
9847,80553,031parsrParsr aim to provide a way to safely evaluate a ruby expression composed only with lite...
9948,68432,343unicorn-shopifyunicorn is an HTTP server for Rack applications designed to only serve fast clients on ...
10073,29474,024derrickInspect Redis databases and print statistics about the keys
101106,570129,210tigerlily-solidHelpers for easily creating custom Liquid tags and block
102112,94912,267megatestLargely API compatible with test-unit / minitest, but with lots of extra modern nicetie...
103124,46294,007bawsaqLibrary to access GTA V BAWSAQ stock prices
104132,83274,024styluscStylus compiler executable
105185,043129,210oopsieSimple binding for `rb_bug` to trigger controlled Ruby crashes