Byroot's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
172activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
21422jsonThis is a JSON implementation as a Ruby extension in C.
32432thorThor is a toolkit for building powerful command-line interfaces.
43250builderBuilder provides a number of builder objects that make creating structured data simple ...
5347activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63526activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73827actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84151railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94349railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104533actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
114925actionviewSimple, battle-tested conventions and helpers for building web pages.
125887rails-html-sanitizerHTML sanitization for Rails applications
136234activejobDeclare job classes that can be run by a variety of queuing backends.
1464179sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
156653rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
167080globalidURIs for your models makes it easy to pass references around.
1773165redisA Ruby client that tries to match Redis' API one-to-one, while still providing an i...
1877186sprockets-railsSprockets Rails integration
198737actioncableStructure many real-time application concerns into channels over a single WebSocket con...
2098156msgpackMessagePack is a binary-based efficient object serialization library. It enables to exc...
2110338activestorageAttach cloud and local files in Rails applications.
22109239execjsExecJS lets you run JavaScript code from Ruby.
23113101marcelSimple mime type detection using magic numbers, filenames, and extensions
24118778arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
2513444actiontextEdit and display rich text in Rails applications.
2613543actionmailboxReceive and process incoming emails in Rails applications.
27146381jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
28150494sass-railsSass adapter for the Rails asset pipeline.
29162325jbuilderCreate JSON structures via a Builder-style DSL
30163549coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31172562coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32184614coffee-railsCoffeeScript adapter for the Rails asset pipeline.
33186309springPreloads your application so things like console, rake and tests run faster
34223349redis-namespaceAdds a Redis::Namespace class which can be used to namespace calls to Redis. This is us...
35264300rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
36300457web-consoleA debugging tool for your Ruby on Rails applications.
373011,410turbolinksRails engine for Turbolinks 5 support
384102,271rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
394531,379webpackerUse webpack to manage app-like JavaScript modules in Rails
404961,384activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
416111,424hiredisRuby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
42653220redis-clientSimple low-level client for Redis 6+
43656576activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
44735947json_pureThis is a JSON implementation in pure Ruby.
45757556marginaliaAttach comments to your ActiveRecord queries.
46809698escape_utilsQuickly perform HTML, URL, URI and Javascript escaping/unescaping
479871,293activerecord-session_storeAn Action Dispatch session store backed by an Active Record class.
481,1051,485rails-observersRails observer (removed from core in Rails 4.0)
491,371768importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
501,543496cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
511,6521,755actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
521,8313,099activerecord-deprecated_findersDeprecated finder APIs extracted from Active Record.
531,8621,385jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
541,8782,240actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
551,8924,085protected_attributesProtect attributes from mass assignment
561,9192,367actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
571,936797redis-clusteringA Ruby client that tries to match Redis' Cluster API one-to-one, while still provid...
581,9542,304html_tokenizerHTML Tokenizer
592,4091,632tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
602,4932,551record_tag_helperActionView Record Tag Helpers
612,5761,449propshaftDeliver assets for Rails.
623,1742,255frozen_recordActiveRecord like interface to read only access and query static YAML files
633,2042,738sysvmqRuby wrapper for SysV Message Queues
643,4731,591solid_queueDatabase-backed Active Job backend.
653,6372,153activerecord-typedstoreActiveRecord::Store but with type definition
663,8511,878hiredis-clientHiredis binding for redis-client
673,8766,203activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
683,9012,290gvltoolsSet of GVL instrumentation tools
693,9073,192gctimeExposes a monotonically increasing GC total_time metric.
704,1382,671rails-perftestRails performance tests (removed from core in Rails 4.0)
714,2854,436sprockets-svgMinify SVG assets, and optionally convert them to PNG for browser compatibility.
724,6372,653symbol-fstringAllow fast access to internal fstring of symbols and modules
734,6512,709kredisHigher-level data structures built on Redis.
744,89019,935prototype-railsPrototype, Scriptaculous, and RJS for Ruby on Rails
755,07527,269bootscaleInspired by Aaron Patterson's talk on the subject
765,2053,052heap-profilerMake several heap dumps and summarize allocated, retained memory
775,2078,653rails-ujsThis gem provides rails-ujs driver for Rails applications.
785,4444,893activerecord-databasevalidationsOpt-in validations for your ActiveRecord models based on your MySQL database constraint...
795,9542,258mission_control-jobsOperational controls for Active Job
806,2019,515dedupIf your app keeps lots of static data in memory, such as i18n data or large configurati...
816,3523,398pid_cacheOn platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi...
826,9607,161progressrusMonitor the progress of remote, long-running jobs.
837,8562,952grpc_fork_safetySimple gems to facilitate making the grpc gem fork safe
848,2025,601pitchfork`pitchfork` is a preforking HTTP server for Rack applications designed to minimize memo...
859,4296,227djb2Native djb2 hash implementation
8612,77737,897psych-shopiforkPsych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib...
8717,2225,376child_subreaperRuby binding to call prctl(PR_SET_CHILD_SUBREAPER)
8820,73313,094pubsubstubPubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ...
8925,46237,897osdbRuby library to access OSDb services like OpenSubtitles.org
9025,88737,897monorailsCAUTION: Use at your own risks.
9125,97813,732explicit-parametersExplicit parameters validation and casting for Rails APIs
9227,21437,897thread_hazardousCAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe...
9333,60737,897lita-externalMeta adapter that allow Lita to spawn multiple processes and load balance the work
9438,51937,897bond-railsAutomatically load bond in rails console
9541,21537,897circle-cliA bunch of commands useful to deal with Circle CI without leaving your terminal.
9646,45037,897parsrParsr aim to provide a way to safely evaluate a ruby expression composed only with lite...
9750,85937,897unicorn-shopifyunicorn is an HTTP server for Rack applications designed to only serve fast clients on ...
9873,99937,897derrickInspect Redis databases and print statistics about the keys
99104,28537,897tigerlily-solidHelpers for easily creating custom Liquid tags and block
100127,21537,897bawsaqLibrary to access GTA V BAWSAQ stock prices
101134,74737,897styluscStylus compiler executable
102166,94837,897shopify-ruby-definitionsRuby builds used at Shopify.
103177,29037,897megatestLargely API compatible with test-unit / minitest, but with lots of extra modern nicetie...
104182,22037,897oopsieSimple binding for `rb_bug` to trigger controlled Ruby crashes