| 1 | 324 | 457 | lumberjack | Extension of Ruby’s standard Logger for advanced, structured logging. Includes log entr... |
| 2 | 881 | 2,936 | ref | Library that implements weak, soft, and strong references in Ruby that work across mult... |
| 3 | 3,271 | 2,683 | html_to_plain_text | A simple library for converting HTML into an approximation in plain text. |
| 4 | 5,525 | 6,951 | sidekiq-transaction_guard | Protect from accidentally invoking Sidekiq jobs when there are open database transactions |
| 5 | 5,872 | 7,348 | sidekiq-process_manager | Process manager for forking and monitoring multiple sidekiq processes. |
| 6 | 6,029 | 7,207 | secret_keys | Simple mechanism for loading JSON file with encrypted values. |
| 7 | 6,226 | 7,488 | sidekiq-encrypted_args | Support for encrypting arguments that contain sensitive information in sidekiq jobs. |
| 8 | 6,274 | 6,727 | capture_migration_sql | Capture the SQL that is executed when running ActiveRecord migrations so that it can be... |
| 9 | 6,296 | 7,730 | simple_throttle | Simple redis backed throttling mechanism to limit access to a resource |
| 10 | 6,312 | 7,812 | simple_thread_pool | Simple thread pool implementation to manage running tasks in parallel. |
| 11 | 6,318 | 7,617 | lumberjack_json_device | A logging device for the lumberjack gem that writes log entries as JSON documents for u... |
| 12 | 6,319 | 7,784 | us_geo | Collection of geographic data for the United States for use with ActiveRecord |
| 13 | 6,323 | 7,088 | active_record_query_counter | Provides detailed insights into how your code interacts with the database by hooking in... |
| 14 | 6,361 | 7,764 | production_open_struct | Modifies OpenStruct so that it doesn't define singleton methods on each object which bu... |
| 15 | 6,380 | 7,903 | safe_object_as_json | Drop in replacement for the Object#as_json implementation in ActiveSupport, but with lo... |
| 16 | 6,393 | 7,882 | sidekiq-deferred_jobs | Adds ability to defer the enqueuing of Sidekiq workers until the end of a block of code. |
| 17 | 6,446 | 7,541 | support_table_cache | Automatic ActiveRecord caching for small support tables. |
| 18 | 6,456 | 84,943 | quiet_logger | A logger implementation that can wrap another logger to increase the log level to reduc... |
| 19 | 6,633 | 84,943 | lumberjack_data_dog_device | A logging device for sending logs to DataDog in JSON format. |
| 20 | 6,739 | 14,183 | factory_bot_any_instance | Adds helper methods to FactoryBot to memoize instances to speed up test suite. |
| 21 | 6,785 | 15,086 | lumberjack_capture_device | Testing device for the lumberjack gem that can be used for asserting messages have been... |
| 22 | 7,053 | 7,745 | support_table_data | Extension for ActiveRecord models to manage synchronizing data in support/lookup tables... |
| 23 | 7,560 | 7,812 | restrainer | Code for throttling workloads so as not to overwhelm external services |
| 24 | 8,110 | 16,813 | seamless_database_pool | Add support for master/slave database database clusters in ActiveRecord to improve perf... |
| 25 | 8,801 | 13,538 | lumberjack_syslog_device | A logging device for the lumberjack gem that writes log entries to syslog. |
| 26 | 8,804 | 84,943 | double_restraint | Throttling mechanism for safely dealing with external resources so that latency does no... |
| 27 | 9,356 | 4,165 | linux_process_memory | Get a breakdown of the memory being used by a Linux process including resident, shared,... |
| 28 | 10,143 | 15,675 | http_configuration | Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S... |
| 29 | 11,027 | 7,403 | created_id | Optimize ActiveRecord queries for filtering large tables on the created_at column by pr... |
| 30 | 11,367 | 7,841 | safe_request_timeout | Mechanism for safely aborting long-running requests after a specified timeout. |
| 31 | 11,391 | 7,572 | http_instrumentation | ActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries. |
| 32 | 11,562 | 6,777 | after_commit_changes | Aggregate all changes made to an ActiveRecord model inside a transaction into a single ... |
| 33 | 11,887 | 7,559 | ultra_settings | UltraSettings is a Ruby gem that provides a flexible and documented approach to managin... |
| 34 | 12,453 | 7,812 | soft_validator | ActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s... |
| 35 | 12,498 | 7,207 | attribute_guard | ActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended... |
| 36 | 12,887 | 7,437 | faraday_dynamic_timeout | Faraday middleware to dynamically set a request timeout based on the number of concurre... |
| 37 | 13,642 | 7,653 | super_settings | SuperSettings provides a scalable framework for managing dynamic runtime application se... |
| 38 | 13,957 | 7,357 | consistent_random | Generates consistent random values within a defined scope, ensuring deterministic behav... |
| 39 | 18,154 | 51,833 | json_record | ActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria... |
| 40 | 18,939 | 46,081 | acts_as_revisionable | ActiveRecord extension that provides revision support so that history can be tracked an... |
| 41 | 19,457 | 7,559 | lumberjack_data_dog | Lumberjack logging device that outputs JSON formatted for DataDog with standard attribu... |
| 42 | 33,471 | 51,833 | sunspot_index_queue | This gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl... |
| 43 | 37,709 | 20,670 | whi-cassie | Simple object mapper for Cassandra data tables. |
| 44 | 42,558 | 23,381 | url_fetcher | Fetch resources from the internetz! |
| 45 | 42,941 | 59,290 | lazy_methods | Gem that adds lazy method delegation methods. Using this gem you can easily define lazy... |
| 46 | 47,980 | 69,723 | acts_as_trashable | ActiveRecord extension that serializes destroyed records into a trash table from which ... |
| 47 | 51,581 | 69,723 | async_methods | Gem that adds asynchronous method calls for all methods on every object to aid in throu... |
| 48 | 54,745 | 69,723 | capistrano-docker_cluster | Use capistrano to deploy docker based applications. |
| 49 | 59,018 | 35,228 | fast_serializer | Super fast object serialization for API's combining a simple DSL with many optimization... |
| 50 | 73,510 | 59,290 | last_mod_cache | An extension for ActiveRecord models that adds a a very easy to use caching layer for m... |
| 51 | 73,965 | 107,799 | config_object | A configuration gem which is simple to use but full of awesome features. |
| 52 | 78,591 | 19,641 | sidekiq-fast-enq | More efficient scheduled job queue implementation for sidekiq to increase throughput in... |
| 53 | 90,055 | 69,723 | lumberjack_mongo_device | A logging device for the lumberjack gem that writes log entries to a MongoDB collection. |
| 54 | 99,272 | 84,943 | xml_node_stream | Simple XML parser wrapper that provides the benefits of stream parsing with the ease of... |
| 55 | 101,464 | 7,598 | lumberjack_rails | Support for using the lumberjack logging library in Rails applications. |
| 56 | 161,708 | 107,799 | lumberjack_ecs_device | A logging device for formatting logs in Elastic Container Schema (ECS) format for integ... |
| 57 | 162,180 | 84,943 | factory_girl_any_instance | Adds helper methods to FactoryGirl to memoize instances to speed up test suite. |
| 58 | 165,217 | 107,799 | lumberjack_redis_device | A logging device for the lumberjack gem that writes log entries as JSON documentspec. |
| 59 | 166,523 | 59,290 | file_secrets | A simple wrapper for reading sensitive information stored in files to support the patte... |
| 60 | 181,168 | 107,799 | spartan_apm | Simple redis backed application performance monitoring tool. |
| 61 | 181,737 | 84,943 | lumberjack_sidekiq | Structured logging for Sidekiq jobs using the Lumberjack framework with automatic attri... |