Bdurand's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
1338491lumberjackExtension of Ruby’s standard Logger for advanced, structured logging. Includes log entr...
29222,833refLibrary that implements weak, soft, and strong references in Ruby that work across mult...
33,2003,187html_to_plain_textA simple library for converting HTML into an approximation in plain text.
45,6587,059sidekiq-transaction_guardProtect from accidentally invoking Sidekiq jobs when there are open database transactions
56,15418,489sidekiq-process_managerProcess manager for forking and monitoring multiple sidekiq processes.
66,1948,052secret_keysSimple mechanism for loading JSON file with encrypted values.
76,2464,377capture_migration_sqlCapture the SQL that is executed when running ActiveRecord migrations so that it can be...
86,5068,764sidekiq-encrypted_argsSupport for encrypting arguments that contain sensitive information in sidekiq jobs.
96,6028,852simple_throttleSimple redis backed throttling mechanism to limit access to a resource
106,6118,742simple_thread_poolSimple thread pool implementation to manage running tasks in parallel.
116,6148,664us_geoCollection of geographic data for the United States for use with ActiveRecord
126,6158,830lumberjack_json_deviceA logging device for the lumberjack gem that writes log entries as JSON documents for u...
136,6177,856active_record_query_counterProvides detailed insights into how your code interacts with the database by hooking in...
146,6517,127sidekiq-deferred_jobsAdds ability to defer the enqueuing of Sidekiq workers until the end of a block of code.
156,6588,852production_open_structModifies OpenStruct so that it doesn't define singleton methods on each object which bu...
166,6858,852safe_object_as_jsonDrop in replacement for the Object#as_json implementation in ActiveSupport, but with lo...
176,7318,596support_table_cacheAutomatic ActiveRecord caching for small support tables.
186,90854,325quiet_loggerA logger implementation that can wrap another logger to increase the log level to reduc...
197,08469,179lumberjack_data_dog_deviceA logging device for sending logs to DataDog in JSON format.
207,15520,347lumberjack_capture_deviceTesting device for the lumberjack gem that can be used for asserting messages have been...
217,214103,058factory_bot_any_instanceAdds helper methods to FactoryBot to memoize instances to speed up test suite.
227,3047,012support_table_dataExtension for ActiveRecord models to manage synchronizing data in support/lookup tables...
237,8038,852restrainerCode for throttling workloads so as not to overwhelm external services
248,1065,225linux_process_memoryGet a breakdown of the memory being used by a Linux process including resident, shared,...
258,60614,273seamless_database_poolAdd support for master/slave database database clusters in ActiveRecord to improve perf...
269,19213,395lumberjack_syslog_deviceA logging device for the lumberjack gem that writes log entries to syslog.
279,363103,058double_restraintThrottling mechanism for safely dealing with external resources so that latency does no...
2810,72114,719http_configurationGem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S...
2910,8138,873created_idOptimize ActiveRecord queries for filtering large tables on the created_at column by pr...
3010,8517,526after_commit_changesAggregate all changes made to an ActiveRecord model inside a transaction into a single ...
3111,0728,873safe_request_timeoutMechanism for safely aborting long-running requests after a specified timeout.
3211,0978,799http_instrumentationActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries.
3311,3798,624ultra_settingsUltraSettings is a Ruby gem that provides a flexible and documented approach to managin...
3411,9458,830soft_validatorActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s...
3511,9748,830attribute_guardActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended...
3612,2448,799faraday_dynamic_timeoutFaraday middleware to dynamically set a request timeout based on the number of concurre...
3712,7038,799super_settingsSuperSettings provides a scalable framework for managing dynamic runtime application se...
3813,0118,830consistent_randomGenerates consistent random values within a defined scope, ensuring deterministic behav...
3916,1408,799lumberjack_data_dogLumberjack logging device that outputs JSON formatted for DataDog with standard attribu...
4018,83922,537json_recordActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria...
4119,749103,058acts_as_revisionableActiveRecord extension that provides revision support so that history can be tracked an...
4228,9008,830lumberjack_railsSupport for using the lumberjack logging library in Rails applications.
4334,20969,179sunspot_index_queueThis gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl...
4437,52040,512whi-cassieSimple object mapper for Cassandra data tables.
4543,351103,058url_fetcherFetch resources from the internetz!
4644,06131,682lazy_methodsGem that adds lazy method delegation methods. Using this gem you can easily define lazy...
4749,417103,058acts_as_trashableActiveRecord extension that serializes destroyed records into a trash table from which ...
4852,944103,058async_methodsGem that adds asynchronous method calls for all methods on every object to aid in throu...
4955,375103,058capistrano-docker_clusterUse capistrano to deploy docker based applications.
5059,49046,026fast_serializerSuper fast object serialization for API's combining a simple DSL with many optimization...
5174,98540,512last_mod_cacheAn extension for ActiveRecord models that adds a a very easy to use caching layer for m...
5276,016103,058sidekiq-fast-enqMore efficient scheduled job queue implementation for sidekiq to increase throughput in...
5376,067103,058config_objectA configuration gem which is simple to use but full of awesome features.
5491,475103,058lumberjack_mongo_deviceA logging device for the lumberjack gem that writes log entries to a MongoDB collection.
5599,530103,058xml_node_streamMemory-efficient XML parser that reduces memory allocation when parsing large XML docum...
56102,0608,852support_tableSupport tables for ActiveRecord models with YAML-backed data, helper methods, and autom...
57162,491103,058lumberjack_ecs_deviceA logging device for formatting logs in Elastic Container Schema (ECS) format for integ...
58163,210103,058lumberjack_redis_deviceA logging device for the lumberjack gem that writes log to redis for consolidated loggi...
59164,112103,058factory_girl_any_instanceAdds helper methods to FactoryGirl to memoize instances to speed up test suite.
60166,696103,058file_secretsA simple wrapper for reading sensitive information stored in files to support the patte...
61179,8777,066prompt_builderRuby DSL for building and parsing LLM API requests across OpenAI Responses, OpenAI Chat...
62181,8918,830patient_httpThis gem provides a dedicated async HTTP processor that uses Ruby's Fiber scheduler for...
63182,94569,179lumberjack_sidekiqStructured logging for Sidekiq jobs using the Lumberjack framework with automatic attri...
64183,4618,830patient_llmAsynchronous LLM API requests via patient_http using prompt_builder for multi-format LL...
65183,727103,058spartan_apmSimple redis backed application performance monitoring tool.
66184,5938,873patient_http-sidekiqThis gem provides a mechanism to offload long-running HTTP requests from Sidekiq worker...
67191,198103,058patient_http-solid_queueOffload async HTTP requests from Solid Queue workers to a dedicated async I/O processor