Bdurand's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
1315305lumberjackA simple, powerful, and very fast logging utility that can be a drop in replacement for...
28232,477refLibrary that implements weak, soft, and strong references in Ruby that work across mult...
33,4633,400html_to_plain_textA simple library for converting HTML into an approximation in plain text.
45,7105,483sidekiq-process_managerProcess manager for forking and monitoring multiple sidekiq processes.
55,7433,230sidekiq-transaction_guardProtect from accidentally invoking Sidekiq jobs when there are open database transactions
66,1225,984secret_keysSimple mechanism for loading JSON file with encrypted values.
76,3136,285sidekiq-encrypted_argsSupport for encrypting arguments that contain sensitive information in sidekiq jobs.
86,3556,382simple_throttleSimple redis backed throttling mechanism to limit access to a resource
96,3716,391simple_thread_poolSimple thread pool implementation to manage running tasks in parallel.
106,3866,306us_geoCollection of geographic data for the United States for use with ActiveRecord
116,3876,213active_record_query_counterProvides detailed insights into how your code interacts with the database by hooking in...
126,3996,158lumberjack_json_deviceA logging device for the lumberjack gem that writes log entries as JSON documentspec.
136,4136,356lumberjack_data_dog_deviceA logging device for sending logs to DataDog in JSON format.
146,4376,369production_open_structModifies OpenStruct so that it doesn't define singleton methods on each object which bu...
156,4706,347safe_object_as_jsonDrop in replacement for the Object#as_json implementation in ActiveSupport, but with lo...
166,4815,622capture_migration_sqlCapture the SQL that is executed when running ActiveRecord migrations so that it can be...
176,4876,376sidekiq-deferred_jobsAdds ability to defer the enqueuing of Sidekiq workers until the end of a block of code.
186,5396,369quiet_loggerA logger implementation that can wrap another logger to increase the log level to reduc...
196,5706,347support_table_cacheAutomatic ActiveRecord caching for small support tables.
206,75213,145factory_bot_any_instanceAdds helper methods to FactoryBot to memoize instances to speed up test suite.
216,79013,145lumberjack_capture_deviceTesting device for the lumberjack gem that can be used for asserting messages have been...
227,2766,347support_table_dataExtension for ActiveRecord models to manage synchronizing data in support/lookup tables...
237,71319,727seamless_database_poolAdd support for master/slave database database clusters in ActiveRecord to improve perf...
247,9496,376restrainerCode for throttling workloads so as not to overwhelm external services
258,29174,452double_restraintThrottling mechanism for safely dealing with external resources so that latency does no...
268,70611,839lumberjack_syslog_deviceA logging device for the lumberjack gem that writes log entries to syslog.
279,65421,467http_configurationGem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S...
2814,5936,318created_idOptimize ActiveRecord queries for filtering large tables on the created_at column by pr...
2915,4226,364linux_process_memoryGet a breakdown of the memory being used by a Linux process including resident, shared,...
3015,6456,334safe_request_timeoutMechanism for safely aborting long-running requests after a specified timeout.
3115,6746,369http_instrumentationActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries.
3216,4826,259after_commit_changesAggregate all changes made to an ActiveRecord model inside a transaction into a single ...
3317,55926,826json_recordActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria...
3418,09924,117acts_as_revisionableActiveRecord extension that provides revision support so that history can be tracked an...
3518,1826,272ultra_settingsUltraSettings is a Ruby gem that provides a flexible and documented approach to managin...
3620,2436,364soft_validatorActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s...
3720,6336,259attribute_guardActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended...
3823,0156,369faraday_dynamic_timeoutFaraday middleware to dynamically set a request timeout based on the number of concurre...
3932,7596,327super_settingsSuperSettings provides a scalable framework for managing dynamic runtime application se...
4032,84353,025sunspot_index_queueThis gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl...
4135,8836,356consistent_randomGenerates consistent random values within a defined scope, ensuring deterministic behav...
4238,26820,257whi-cassieSimple object mapper for Cassandra data tables.
4342,06874,452lazy_methodsGem that adds lazy method delegation methods. Using this gem you can easily define lazy...
4442,29723,044url_fetcherFetch resources from the internetz!
4546,36939,537acts_as_trashableActiveRecord extension that serializes destroyed records into a trash table from which ...
4650,34374,452async_methodsGem that adds asynchronous method calls for all methods on every object to aid in throu...
4755,11874,452capistrano-docker_clusterUse capistrano to deploy docker based applications.
4859,73653,025fast_serializerSuper fast object serialization for API's combining a simple DSL with many optimization...
4971,50374,452config_objectA configuration gem which is simple to use but full of awesome features.
5071,76774,452last_mod_cacheAn extension for ActiveRecord models that adds a a very easy to use caching layer for m...
5184,83174,452sidekiq-fast-enqMore efficient scheduled job queue implementation for sidekiq to increase throughput in...
5289,52474,452lumberjack_mongo_deviceA logging device for the lumberjack gem that writes log entries to a MongoDB collection.
5397,59244,347xml_node_streamSimple XML parser wrapper that provides the benefits of stream parsing with the ease of...
54160,90474,452factory_girl_any_instanceAdds helper methods to FactoryGirl to memoize instances to speed up test suite.
55162,78474,452lumberjack_ecs_deviceA logging device for formatting logs in Elastic Container Schema (ECS) format for integ...
56167,92874,452lumberjack_redis_deviceA logging device for the lumberjack gem that writes log entries as JSON documentspec.
57168,09374,452file_secretsA simple wrapper for reading sensitive information stored in files to support the patte...
58179,02274,452spartan_apmSimple redis backed application performance monitoring tool.