Bdurand's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
1344501lumberjackExtension of Ruby’s standard Logger for advanced, structured logging. Includes log entr...
29362,479refLibrary that implements weak, soft, and strong references in Ruby that work across mult...
33,2112,722html_to_plain_textA simple library for converting HTML into plain text.
45,7499,837sidekiq-transaction_guardProtect from accidentally invoking Sidekiq jobs when there are open database transactions
56,3484,811capture_migration_sqlCapture the SQL that is executed when running ActiveRecord migrations so that it can be...
66,37814,772sidekiq-process_managerProcess manager for forking and monitoring multiple sidekiq processes.
76,40311,068secret_keysSimple mechanism for loading JSON file with encrypted values.
86,59711,899sidekiq-encrypted_argsSupport for encrypting arguments that contain sensitive information in sidekiq jobs.
96,66411,461simple_throttleSimple redis backed throttling mechanism to limit access to a resource
106,6829,969us_geoCollection of geographic data for the United States for use with ActiveRecord
116,68311,899active_record_query_counterProvides detailed insights into how your code interacts with the database by hooking in...
126,68411,723simple_thread_poolSimple thread pool implementation to manage running tasks in parallel.
136,69111,999lumberjack_json_deviceA logging device for the lumberjack gem that writes log entries as JSON documents for u...
146,6989,561sidekiq-deferred_jobsAdds ability to defer the enqueuing of Sidekiq workers until the end of a block of code.
156,73111,999production_open_structModifies OpenStruct so that it doesn't define singleton methods on each object which bu...
166,75811,999safe_object_as_jsonDrop in replacement for the Object#as_json implementation in ActiveSupport, but with lo...
176,79911,899support_table_cacheAutomatic ActiveRecord caching for small support tables.
187,01258,818quiet_loggerA logger implementation that can wrap another logger to increase the log level to reduc...
197,21058,818lumberjack_data_dog_deviceA logging device for sending logs to DataDog in JSON format.
207,26821,128lumberjack_capture_deviceTesting device for the lumberjack gem that can be used for asserting messages have been...
217,34658,818factory_bot_any_instanceAdds helper methods to FactoryBot to memoize instances to speed up test suite.
227,36911,899support_table_dataExtension for ActiveRecord models to manage synchronizing data in support/lookup tables...
237,92011,999restrainerCode for throttling workloads so as not to overwhelm external services
248,04111,723linux_process_memoryGet a breakdown of the memory being used by a Linux process including resident, shared,...
258,74920,321seamless_database_poolAdd support for master/slave database database clusters in ActiveRecord to improve perf...
269,24858,818lumberjack_syslog_deviceA logging device for the lumberjack gem that writes log entries to syslog.
279,53258,818double_restraintThrottling mechanism for safely dealing with external resources so that latency does no...
2810,8169,680after_commit_changesAggregate all changes made to an ActiveRecord model inside a transaction into a single ...
2910,85011,999created_idOptimize ActiveRecord queries for filtering large tables on the created_at column by pr...
3010,88830,022http_configurationGem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S...
3111,08911,999safe_request_timeoutMechanism for safely aborting long-running requests after a specified timeout.
3211,09711,999http_instrumentationActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries.
3311,31810,461ultra_settingsUltraSettings is a Ruby gem that provides a flexible and documented approach to managin...
3411,94511,999soft_validatorActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s...
3511,96311,999attribute_guardActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended...
3612,22911,999faraday_dynamic_timeoutFaraday middleware to dynamically set a request timeout based on the number of concurre...
3712,61411,376super_settingsSuperSettings provides a scalable framework for managing dynamic runtime application se...
3812,93411,805consistent_randomGenerates consistent random values within a defined scope, ensuring deterministic behav...
3915,86611,999lumberjack_data_dogLumberjack logging device that outputs JSON formatted for DataDog with standard attribu...
4019,05230,022json_recordActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria...
4120,02758,818acts_as_revisionableActiveRecord extension that provides revision support so that history can be tracked an...
4226,33711,999lumberjack_railsSupport for using the lumberjack logging library in Rails applications.
4334,62458,818sunspot_index_queueThis gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl...
4437,69436,893whi-cassieSimple object mapper for Cassandra data tables.
4543,67736,893url_fetcherFetch resources from the internetz!
4644,46136,893lazy_methodsGem that adds lazy method delegation methods. Using this gem you can easily define lazy...
4749,95958,818acts_as_trashableActiveRecord extension that serializes destroyed records into a trash table from which ...
4853,40758,818async_methodsGem that adds asynchronous method calls for all methods on every object to aid in throu...
4955,44458,818capistrano-docker_clusterUse capistrano to deploy docker based applications.
5059,13458,818fast_serializerSuper fast object serialization for API's combining a simple DSL with many optimization...
5162,46911,723prompt_builderRuby DSL for building and parsing LLM API requests across OpenAI Responses, OpenAI Chat...
5264,78911,899support_tableSupport tables for ActiveRecord models with YAML-backed data, helper methods, and autom...
5370,28511,305patient_httpThis gem provides a dedicated async HTTP processor that uses Ruby's Fiber scheduler for...
5471,7399,305patient_http-sidekiqThis gem provides a mechanism to offload long-running HTTP requests from Sidekiq worker...
5573,65211,548patient_llmAsynchronous LLM API requests via patient_http using prompt_builder for multi-format LL...
5675,56858,818last_mod_cacheAn extension for ActiveRecord models that adds a a very easy to use caching layer for m...
5776,21358,818sidekiq-fast-enqMore efficient scheduled job queue implementation for sidekiq to increase throughput in...
5876,72236,893config_objectA configuration gem which is simple to use but full of awesome features.
5992,19036,893lumberjack_mongo_deviceA logging device for the lumberjack gem that writes log entries to a MongoDB collection.
6098,71158,818xml_node_streamMemory-efficient XML parser that reduces memory allocation when parsing large XML docum...
61163,32958,818lumberjack_ecs_deviceA logging device for formatting logs in Elastic Container Schema (ECS) format for integ...
62163,51258,818lumberjack_redis_deviceA logging device for the lumberjack gem that writes log to redis for consolidated loggi...
63165,53758,818factory_girl_any_instanceAdds helper methods to FactoryGirl to memoize instances to speed up test suite.
64168,20758,818file_secretsA simple wrapper for reading sensitive information stored in files to support the patte...
65184,76914,634patient_http-solid_queueOffload async HTTP requests from Solid Queue workers to a dedicated async I/O processor
66184,88858,818lumberjack_sidekiqStructured logging for Sidekiq jobs using the Lumberjack framework with automatic attri...
67186,23558,818spartan_apmSimple redis backed application performance monitoring tool.