| 1 | 331 | 437 | lumberjack | Extension of Ruby’s standard Logger for advanced, structured logging. Includes log entr... |
| 2 | 902 | 2,227 | ref | Library that implements weak, soft, and strong references in Ruby that work across mult... |
| 3 | 3,192 | 2,417 | html_to_plain_text | A simple library for converting HTML into an approximation in plain text. |
| 4 | 5,590 | 6,941 | sidekiq-transaction_guard | Protect from accidentally invoking Sidekiq jobs when there are open database transactions |
| 5 | 6,004 | 16,748 | sidekiq-process_manager | Process manager for forking and monitoring multiple sidekiq processes. |
| 6 | 6,097 | 7,250 | secret_keys | Simple mechanism for loading JSON file with encrypted values. |
| 7 | 6,279 | 4,440 | capture_migration_sql | Capture the SQL that is executed when running ActiveRecord migrations so that it can be... |
| 8 | 6,292 | 7,540 | sidekiq-encrypted_args | Support for encrypting arguments that contain sensitive information in sidekiq jobs. |
| 9 | 6,360 | 7,551 | simple_throttle | Simple redis backed throttling mechanism to limit access to a resource |
| 10 | 6,378 | 7,540 | simple_thread_pool | Simple thread pool implementation to manage running tasks in parallel. |
| 11 | 6,383 | 7,540 | lumberjack_json_device | A logging device for the lumberjack gem that writes log entries as JSON documents for u... |
| 12 | 6,384 | 7,531 | us_geo | Collection of geographic data for the United States for use with ActiveRecord |
| 13 | 6,389 | 7,564 | active_record_query_counter | Provides detailed insights into how your code interacts with the database by hooking in... |
| 14 | 6,427 | 7,599 | production_open_struct | Modifies OpenStruct so that it doesn't define singleton methods on each object which bu... |
| 15 | 6,443 | 7,453 | safe_object_as_json | Drop in replacement for the Object#as_json implementation in ActiveSupport, but with lo... |
| 16 | 6,456 | 7,564 | sidekiq-deferred_jobs | Adds ability to defer the enqueuing of Sidekiq workers until the end of a block of code. |
| 17 | 6,514 | 7,516 | support_table_cache | Automatic ActiveRecord caching for small support tables. |
| 18 | 6,610 | 122,967 | quiet_logger | A logger implementation that can wrap another logger to increase the log level to reduc... |
| 19 | 6,786 | 44,843 | lumberjack_data_dog_device | A logging device for sending logs to DataDog in JSON format. |
| 20 | 6,873 | 8,157 | lumberjack_capture_device | Testing device for the lumberjack gem that can be used for asserting messages have been... |
| 21 | 6,902 | 70,826 | factory_bot_any_instance | Adds helper methods to FactoryBot to memoize instances to speed up test suite. |
| 22 | 7,106 | 7,482 | support_table_data | Extension for ActiveRecord models to manage synchronizing data in support/lookup tables... |
| 23 | 7,565 | 7,583 | restrainer | Code for throttling workloads so as not to overwhelm external services |
| 24 | 8,242 | 4,175 | linux_process_memory | Get a breakdown of the memory being used by a Linux process including resident, shared,... |
| 25 | 8,281 | 50,548 | seamless_database_pool | Add support for master/slave database database clusters in ActiveRecord to improve perf... |
| 26 | 8,912 | 11,888 | lumberjack_syslog_device | A logging device for the lumberjack gem that writes log entries to syslog. |
| 27 | 9,009 | 169,728 | double_restraint | Throttling mechanism for safely dealing with external resources so that latency does no... |
| 28 | 10,381 | 23,170 | http_configuration | Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S... |
| 29 | 10,770 | 7,673 | created_id | Optimize ActiveRecord queries for filtering large tables on the created_at column by pr... |
| 30 | 11,009 | 6,537 | after_commit_changes | Aggregate all changes made to an ActiveRecord model inside a transaction into a single ... |
| 31 | 11,073 | 7,628 | safe_request_timeout | Mechanism for safely aborting long-running requests after a specified timeout. |
| 32 | 11,090 | 7,673 | http_instrumentation | ActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries. |
| 33 | 11,501 | 7,035 | ultra_settings | UltraSettings is a Ruby gem that provides a flexible and documented approach to managin... |
| 34 | 11,998 | 7,564 | soft_validator | ActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s... |
| 35 | 12,021 | 7,687 | attribute_guard | ActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended... |
| 36 | 12,347 | 7,643 | faraday_dynamic_timeout | Faraday middleware to dynamically set a request timeout based on the number of concurre... |
| 37 | 12,934 | 7,499 | super_settings | SuperSettings provides a scalable framework for managing dynamic runtime application se... |
| 38 | 13,255 | 7,701 | consistent_random | Generates consistent random values within a defined scope, ensuring deterministic behav... |
| 39 | 17,130 | 7,583 | lumberjack_data_dog | Lumberjack logging device that outputs JSON formatted for DataDog with standard attribu... |
| 40 | 18,419 | 50,548 | json_record | ActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria... |
| 41 | 19,260 | 28,634 | acts_as_revisionable | ActiveRecord extension that provides revision support so that history can be tracked an... |
| 42 | 33,681 | 50,548 | sunspot_index_queue | This gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl... |
| 43 | 37,569 | 70,826 | whi-cassie | Simple object mapper for Cassandra data tables. |
| 44 | 39,745 | 7,583 | lumberjack_rails | Support for using the lumberjack logging library in Rails applications. |
| 45 | 42,915 | 70,826 | url_fetcher | Fetch resources from the internetz! |
| 46 | 43,362 | 37,154 | lazy_methods | Gem that adds lazy method delegation methods. Using this gem you can easily define lazy... |
| 47 | 48,523 | 50,548 | acts_as_trashable | ActiveRecord extension that serializes destroyed records into a trash table from which ... |
| 48 | 52,150 | 122,967 | async_methods | Gem that adds asynchronous method calls for all methods on every object to aid in throu... |
| 49 | 54,997 | 169,728 | capistrano-docker_cluster | Use capistrano to deploy docker based applications. |
| 50 | 59,202 | 122,967 | fast_serializer | Super fast object serialization for API's combining a simple DSL with many optimization... |
| 51 | 74,030 | 58,870 | last_mod_cache | An extension for ActiveRecord models that adds a a very easy to use caching layer for m... |
| 52 | 74,822 | 122,967 | config_object | A configuration gem which is simple to use but full of awesome features. |
| 53 | 75,409 | 50,548 | sidekiq-fast-enq | More efficient scheduled job queue implementation for sidekiq to increase throughput in... |
| 54 | 90,516 | 70,826 | lumberjack_mongo_device | A logging device for the lumberjack gem that writes log entries to a MongoDB collection. |
| 55 | 98,848 | 122,967 | xml_node_stream | Memory-efficient XML parser that reduces memory allocation when parsing large XML docum... |
| 56 | 161,919 | 70,826 | lumberjack_ecs_device | A logging device for formatting logs in Elastic Container Schema (ECS) format for integ... |
| 57 | 162,872 | 169,728 | factory_girl_any_instance | Adds helper methods to FactoryGirl to memoize instances to speed up test suite. |
| 58 | 163,097 | 50,548 | lumberjack_redis_device | A logging device for the lumberjack gem that writes log to redis for consolidated loggi... |
| 59 | 166,335 | 169,728 | file_secrets | A simple wrapper for reading sensitive information stored in files to support the patte... |
| 60 | 182,200 | 122,967 | spartan_apm | Simple redis backed application performance monitoring tool. |
| 61 | 182,221 | 50,548 | lumberjack_sidekiq | Structured logging for Sidekiq jobs using the Lumberjack framework with automatic attri... |
| 62 | 186,912 | 122,967 | support_table | Support tables for ActiveRecord models with YAML-backed data, helper methods, and autom... |