Byroot's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
173activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
2138jsonThis is a JSON implementation as a Ruby extension in C.
32534thorThor is a toolkit for building powerful command-line interfaces.
43252builderBuilder provides a number of builder objects that make creating structured data simple ...
53443activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63656activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73857actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84368railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94460railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104766actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
115055actionviewSimple, battle-tested conventions and helpers for building web pages.
125886rails-html-sanitizerHTML sanitization for Rails applications
135967activejobDeclare job classes that can be run by a variety of queuing backends.
146279rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
1570148sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
167281globalidURIs for your models makes it easy to pass references around.
1779142redisA Ruby client that tries to match Redis' API one-to-one, while still providing an i...
1882159sprockets-railsSprockets Rails integration
198573actioncableStructure many real-time application concerns into channels over a single WebSocket con...
209576activestorageAttach cloud and local files in Rails applications.
2197113msgpackMessagePack is a binary-based efficient object serialization library. It enables to exc...
2210898marcelSimple mime type detection using magic numbers, filenames, and extensions
23110242execjsExecJS lets you run JavaScript code from Ruby.
2412488actiontextEdit and display rich text in Rails applications.
2512589actionmailboxReceive and process incoming emails in Rails applications.
26130738arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
27158322jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
28162396sass-railsSass adapter for the Rails asset pipeline.
29165209jbuilderCreate JSON structures via a Builder-style DSL
30181441coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31187446coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32199314springPreloads your application so things like console, rake and tests run faster
33204475coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34232382redis-namespaceAdds a Redis::Namespace class which can be used to namespace calls to Redis. This is us...
35264316rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
36300310web-consoleA debugging tool for your Ruby on Rails applications.
37323989turbolinksRails engine for Turbolinks 5 support
38435185redis-clientSimple low-level client for Redis 6+
394512,047rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
404971,171webpackerUse webpack to manage app-like JavaScript modules in Rails
415541,115activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
42625482activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
43660966hiredisRuby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
447551,098json_pureThis is a JSON implementation in pure Ruby.
457591,242marginaliaAttach comments to your ActiveRecord queries.
468301,872escape_utilsQuickly perform HTML, URL, URI and Javascript escaping/unescaping
479991,105activerecord-session_storeAn Action Dispatch session store backed by an Active Record class.
481,1501,324rails-observersRails observer (removed from core in Rails 4.0)
491,181411importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
501,4321,182cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
511,6731,649actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
521,7921,119jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
531,8011,899redis-clusteringA Ruby client that tries to match Redis' Cluster API one-to-one, while still provid...
541,9333,287activerecord-deprecated_findersDeprecated finder APIs extracted from Active Record.
551,9491,982actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
561,991587propshaftDeliver assets for Rails.
571,9952,555actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
581,9984,026protected_attributesProtect attributes from mass assignment
592,0384,016html_tokenizerHTML Tokenizer
602,1491,257tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
612,372813solid_queueDatabase-backed Active Job backend.
622,5712,532record_tag_helperActionView Record Tag Helpers
633,1692,632frozen_recordActiveRecord like interface to read only access and query static YAML files
643,2724,292sysvmqRuby wrapper for SysV Message Queues
653,4881,959hiredis-clientHiredis binding for redis-client
663,6163,187activerecord-typedstoreActiveRecord::Store but with type definition
673,8382,839gvltoolsSet of GVL instrumentation tools
683,9473,882gctimeExposes a monotonically increasing GC total_time metric.
694,02813,766activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
704,1874,623rails-perftestRails performance tests (removed from core in Rails 4.0)
714,3301,816mission_control-jobsOperational controls for Active Job
724,3612,682kredisHigher-level data structures built on Redis.
734,3797,125sprockets-svgMinify SVG assets, and optionally convert them to PNG for browser compatibility.
744,7865,705symbol-fstringAllow fast access to internal fstring of symbols and modules
755,0213,154heap-profilerMake several heap dumps and summarize allocated, retained memory
765,11611,605prototype-railsPrototype, Scriptaculous, and RJS for Ruby on Rails
775,32417,698bootscaleInspired by Aaron Patterson's talk on the subject
785,3326,039rails-ujsThis gem provides rails-ujs driver for Rails applications.
795,5077,380activerecord-databasevalidationsOpt-in validations for your ActiveRecord models based on your MySQL database constraint...
806,2272,925grpc_fork_safetySimple gems to facilitate making the grpc gem fork safe
816,46924,388dedupIf your app keeps lots of static data in memory, such as i18n data or large configurati...
826,55910,612pid_cacheOn platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi...
837,1169,980progressrusMonitor the progress of remote, long-running jobs.
847,2324,239pitchfork`pitchfork` is a preforking HTTP server for Rack applications designed to minimize memo...
859,3096,406djb2Native djb2 hash implementation
8613,30252,596psych-shopiforkPsych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib...
8714,4547,125child_subreaperRuby binding to call prctl(PR_SET_CHILD_SUBREAPER)
8820,73410,728pubsubstubPubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ...
8925,60810,278explicit-parametersExplicit parameters validation and casting for Rails APIs
9026,01826,257osdbRuby library to access OSDb services like OpenSubtitles.org
9126,851142,569monorailsCAUTION: Use at your own risks.
9228,216121,021thread_hazardousCAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe...
9334,63060,012lita-externalMeta adapter that allow Lita to spawn multiple processes and load balance the work
9439,969142,569bond-railsAutomatically load bond in rails console
9541,31937,719circle-cliA bunch of commands useful to deal with Circle CI without leaving your terminal.
9647,03841,803parsrParsr aim to provide a way to safely evaluate a ruby expression composed only with lite...
9750,02526,257unicorn-shopifyunicorn is an HTTP server for Rack applications designed to only serve fast clients on ...
9873,91964,559derrickInspect Redis databases and print statistics about the keys
99105,365105,506tigerlily-solidHelpers for easily creating custom Liquid tags and block
100127,782158,524bawsaqLibrary to access GTA V BAWSAQ stock prices
101133,363121,021styluscStylus compiler executable
102157,34849,476shopify-ruby-definitionsRuby builds used at Shopify.
103169,632142,569megatestLargely API compatible with test-unit / minitest, but with lots of extra modern nicetie...
104183,292142,569oopsieSimple binding for `rb_bug` to trigger controlled Ruby crashes