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...
2135jsonThis is a JSON implementation as a Ruby extension in C.
32535thorThor is a toolkit for building powerful command-line interfaces.
43267builderBuilder provides a number of builder objects that make creating structured data simple ...
53441activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63659activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73862actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84372railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94465railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104670actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
115055actionviewSimple, battle-tested conventions and helpers for building web pages.
125881rails-html-sanitizerHTML sanitization for Rails applications
136073activejobDeclare job classes that can be run by a variety of queuing backends.
146275rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
1569120sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
167383globalidURIs for your models makes it easy to pass references around.
1779141redisA Ruby client that tries to match Redis' API one-to-one, while still providing an i...
1881129sprockets-railsSprockets Rails integration
198578actioncableStructure many real-time application concerns into channels over a single WebSocket con...
209580activestorageAttach cloud and local files in Rails applications.
2197126msgpackMessagePack is a binary-based efficient object serialization library. It enables to exc...
22108107marcelSimple mime type detection using magic numbers, filenames, and extensions
23110241execjsExecJS lets you run JavaScript code from Ruby.
2412591actiontextEdit and display rich text in Rails applications.
2512692actionmailboxReceive and process incoming emails in Rails applications.
26129587arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
27156232jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
28161424sass-railsSass adapter for the Rails asset pipeline.
29164185jbuilderCreate JSON structures via a Builder-style DSL
30180444coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31185452coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32199370springPreloads your application so things like console, rake and tests run faster
33204497coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34230411redis-namespaceAdds a Redis::Namespace class which can be used to namespace calls to Redis. This is us...
35264347rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
36301346web-consoleA debugging tool for your Ruby on Rails applications.
37322900turbolinksRails engine for Turbolinks 5 support
38439155redis-clientSimple low-level client for Redis 6+
394422,066rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
404921,145webpackerUse webpack to manage app-like JavaScript modules in Rails
415521,177activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
42635533activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
436551,078hiredisRuby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
44755623json_pureThis is a JSON implementation in pure Ruby.
457581,300marginaliaAttach comments to your ActiveRecord queries.
468241,760escape_utilsQuickly perform HTML, URL, URI and Javascript escaping/unescaping
479981,031activerecord-session_storeAn Action Dispatch session store backed by an Active Record class.
481,1561,286rails-observersRails observer (removed from core in Rails 4.0)
491,216478importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
501,4311,271cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
511,6771,747actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
521,7941,990redis-clusteringA Ruby client that tries to match Redis' Cluster API one-to-one, while still provid...
531,8081,141jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
541,9093,318activerecord-deprecated_findersDeprecated finder APIs extracted from Active Record.
551,9322,031actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
561,9912,559actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
571,9924,596protected_attributesProtect attributes from mass assignment
582,0294,162html_tokenizerHTML Tokenizer
592,039764propshaftDeliver assets for Rails.
602,1741,288tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
612,4701,174solid_queueDatabase-backed Active Job backend.
622,5692,388record_tag_helperActionView Record Tag Helpers
633,1702,665frozen_recordActiveRecord like interface to read only access and query static YAML files
643,2673,822sysvmqRuby wrapper for SysV Message Queues
653,5321,833hiredis-clientHiredis binding for redis-client
663,6163,287activerecord-typedstoreActiveRecord::Store but with type definition
673,8432,705gvltoolsSet of GVL instrumentation tools
683,9413,990gctimeExposes a monotonically increasing GC total_time metric.
694,0089,756activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
704,1674,442rails-perftestRails performance tests (removed from core in Rails 4.0)
714,3688,095sprockets-svgMinify SVG assets, and optionally convert them to PNG for browser compatibility.
724,3872,619kredisHigher-level data structures built on Redis.
734,4531,776mission_control-jobsOperational controls for Active Job
744,7626,300symbol-fstringAllow fast access to internal fstring of symbols and modules
755,0302,988heap-profilerMake several heap dumps and summarize allocated, retained memory
765,08816,762prototype-railsPrototype, Scriptaculous, and RJS for Ruby on Rails
775,29716,245bootscaleInspired by Aaron Patterson's talk on the subject
785,3186,060rails-ujsThis gem provides rails-ujs driver for Rails applications.
795,4828,972activerecord-databasevalidationsOpt-in validations for your ActiveRecord models based on your MySQL database constraint...
806,3102,791grpc_fork_safetySimple gems to facilitate making the grpc gem fork safe
816,43726,167dedupIf your app keeps lots of static data in memory, such as i18n data or large configurati...
826,5418,015pid_cacheOn platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi...
837,0949,283progressrusMonitor the progress of remote, long-running jobs.
847,4303,923pitchfork`pitchfork` is a preforking HTTP server for Rack applications designed to minimize memo...
859,3025,580djb2Native djb2 hash implementation
8613,23257,880psych-shopiforkPsych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib...
8714,6347,774child_subreaperRuby binding to call prctl(PR_SET_CHILD_SUBREAPER)
8820,74614,704pubsubstubPubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ...
8925,71112,041explicit-parametersExplicit parameters validation and casting for Rails APIs
9026,00431,165osdbRuby library to access OSDb services like OpenSubtitles.org
9126,67597,074monorailsCAUTION: Use at your own risks.
9228,03172,452thread_hazardousCAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe...
9334,46157,880lita-externalMeta adapter that allow Lita to spawn multiple processes and load balance the work
9439,645126,204bond-railsAutomatically load bond in rails console
9541,34638,192circle-cliA bunch of commands useful to deal with Circle CI without leaving your terminal.
9646,94945,193parsrParsr aim to provide a way to safely evaluate a ruby expression composed only with lite...
9750,45224,351unicorn-shopifyunicorn is an HTTP server for Rack applications designed to only serve fast clients on ...
9874,14342,656derrickInspect Redis databases and print statistics about the keys
99105,08797,074tigerlily-solidHelpers for easily creating custom Liquid tags and block
100127,469109,865bawsaqLibrary to access GTA V BAWSAQ stock prices
101133,798109,865styluscStylus compiler executable
102159,67148,013shopify-ruby-definitionsRuby builds used at Shopify.
103170,60666,914megatestLargely API compatible with test-unit / minitest, but with lots of extra modern nicetie...
104183,254126,204oopsieSimple binding for `rb_bug` to trigger controlled Ruby crashes