| 1 | 342 | 526 | lumberjack | Extension of Ruby’s standard Logger for advanced, structured logging. Includes log entr... |
| 2 | 932 | 2,845 | ref | Library that implements weak, soft, and strong references in Ruby that work across mult... |
| 3 | 3,214 | 3,040 | html_to_plain_text | A simple library for converting HTML into plain text. |
| 4 | 5,728 | 8,182 | sidekiq-transaction_guard | Protect from accidentally invoking Sidekiq jobs when there are open database transactions |
| 5 | 6,356 | 14,824 | sidekiq-process_manager | Process manager for forking and monitoring multiple sidekiq processes. |
| 6 | 6,359 | 5,252 | capture_migration_sql | Capture the SQL that is executed when running ActiveRecord migrations so that it can be... |
| 7 | 6,380 | 8,158 | secret_keys | Simple mechanism for loading JSON file with encrypted values. |
| 8 | 6,576 | 8,318 | sidekiq-encrypted_args | Support for encrypting arguments that contain sensitive information in sidekiq jobs. |
| 9 | 6,647 | 8,119 | simple_throttle | Simple redis backed throttling mechanism to limit access to a resource |
| 10 | 6,658 | 8,341 | us_geo | Collection of geographic data for the United States for use with ActiveRecord |
| 11 | 6,659 | 8,240 | simple_thread_pool | Simple thread pool implementation to manage running tasks in parallel. |
| 12 | 6,660 | 8,028 | active_record_query_counter | Provides detailed insights into how your code interacts with the database by hooking in... |
| 13 | 6,665 | 8,318 | lumberjack_json_device | A logging device for the lumberjack gem that writes log entries as JSON documents for u... |
| 14 | 6,678 | 6,698 | sidekiq-deferred_jobs | Adds ability to defer the enqueuing of Sidekiq workers until the end of a block of code. |
| 15 | 6,705 | 8,391 | production_open_struct | Modifies OpenStruct so that it doesn't define singleton methods on each object which bu... |
| 16 | 6,736 | 8,422 | safe_object_as_json | Drop in replacement for the Object#as_json implementation in ActiveSupport, but with lo... |
| 17 | 6,775 | 8,119 | support_table_cache | Automatic ActiveRecord caching for small support tables. |
| 18 | 6,981 | 60,696 | quiet_logger | A logger implementation that can wrap another logger to increase the log level to reduc... |
| 19 | 7,175 | 60,696 | lumberjack_data_dog_device | A logging device for sending logs to DataDog in JSON format. |
| 20 | 7,238 | 20,888 | lumberjack_capture_device | Testing device for the lumberjack gem that can be used for asserting messages have been... |
| 21 | 7,311 | 60,696 | factory_bot_any_instance | Adds helper methods to FactoryBot to memoize instances to speed up test suite. |
| 22 | 7,350 | 8,203 | support_table_data | Extension for ActiveRecord models to manage synchronizing data in support/lookup tables... |
| 23 | 7,897 | 8,341 | restrainer | Code for throttling workloads so as not to overwhelm external services |
| 24 | 8,032 | 8,272 | linux_process_memory | Get a breakdown of the memory being used by a Linux process including resident, shared,... |
| 25 | 8,713 | 37,086 | seamless_database_pool | Add support for master/slave database database clusters in ActiveRecord to improve perf... |
| 26 | 9,247 | 37,086 | lumberjack_syslog_device | A logging device for the lumberjack gem that writes log entries to syslog. |
| 27 | 9,497 | 60,696 | double_restraint | Throttling mechanism for safely dealing with external resources so that latency does no... |
| 28 | 10,822 | 7,077 | after_commit_changes | Aggregate all changes made to an ActiveRecord model inside a transaction into a single ... |
| 29 | 10,828 | 8,294 | created_id | Optimize ActiveRecord queries for filtering large tables on the created_at column by pr... |
| 30 | 10,838 | 29,654 | http_configuration | Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. S... |
| 31 | 11,071 | 8,451 | safe_request_timeout | Mechanism for safely aborting long-running requests after a specified timeout. |
| 32 | 11,081 | 8,341 | http_instrumentation | ActiveSupoprt instrumentation for a variety of Ruby HTTP client libraries. |
| 33 | 11,304 | 7,899 | ultra_settings | UltraSettings is a Ruby gem that provides a flexible and documented approach to managin... |
| 34 | 11,929 | 8,422 | soft_validator | ActiveModel/ActiveRecord validator that can wrap other validators to notify of errors s... |
| 35 | 11,950 | 8,272 | attribute_guard | ActiveRecord/ActiveModel extension that allows locking attributes to prevent unintended... |
| 36 | 12,220 | 8,318 | faraday_dynamic_timeout | Faraday middleware to dynamically set a request timeout based on the number of concurre... |
| 37 | 12,614 | 8,182 | super_settings | SuperSettings provides a scalable framework for managing dynamic runtime application se... |
| 38 | 12,936 | 8,294 | consistent_random | Generates consistent random values within a defined scope, ensuring deterministic behav... |
| 39 | 15,904 | 8,369 | lumberjack_data_dog | Lumberjack logging device that outputs JSON formatted for DataDog with standard attribu... |
| 40 | 18,985 | 37,086 | json_record | ActiveRecord support for mapping complex documents in a single RDBMS row via JSON seria... |
| 41 | 19,948 | 29,654 | acts_as_revisionable | ActiveRecord extension that provides revision support so that history can be tracked an... |
| 42 | 26,777 | 8,391 | lumberjack_rails | Support for using the lumberjack logging library in Rails applications. |
| 43 | 34,530 | 60,696 | sunspot_index_queue | This gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggabl... |
| 44 | 37,605 | 29,654 | whi-cassie | Simple object mapper for Cassandra data tables. |
| 45 | 43,582 | 60,696 | url_fetcher | Fetch resources from the internetz! |
| 46 | 44,371 | 26,333 | lazy_methods | Gem that adds lazy method delegation methods. Using this gem you can easily define lazy... |
| 47 | 49,851 | 60,696 | acts_as_trashable | ActiveRecord extension that serializes destroyed records into a trash table from which ... |
| 48 | 53,274 | 60,696 | async_methods | Gem that adds asynchronous method calls for all methods on every object to aid in throu... |
| 49 | 55,350 | 60,696 | capistrano-docker_cluster | Use capistrano to deploy docker based applications. |
| 50 | 59,025 | 29,654 | fast_serializer | Super fast object serialization for API's combining a simple DSL with many optimization... |
| 51 | 67,640 | 7,991 | prompt_builder | Ruby DSL for building and parsing LLM API requests across OpenAI Responses, OpenAI Chat... |
| 52 | 69,575 | 8,272 | support_table | Support tables for ActiveRecord models with YAML-backed data, helper methods, and autom... |
| 53 | 75,411 | 60,696 | last_mod_cache | An extension for ActiveRecord models that adds a a very easy to use caching layer for m... |
| 54 | 76,101 | 37,086 | sidekiq-fast-enq | More efficient scheduled job queue implementation for sidekiq to increase throughput in... |
| 55 | 76,551 | 60,696 | config_object | A configuration gem which is simple to use but full of awesome features. |
| 56 | 83,491 | 8,391 | patient_http-sidekiq | This gem provides a mechanism to offload long-running HTTP requests from Sidekiq worker... |
| 57 | 83,568 | 8,139 | patient_llm | Asynchronous LLM API requests via patient_http using prompt_builder for multi-format LL... |
| 58 | 85,345 | 8,341 | patient_http | This gem provides a dedicated async HTTP processor that uses Ruby's Fiber scheduler for... |
| 59 | 92,035 | 60,696 | lumberjack_mongo_device | A logging device for the lumberjack gem that writes log entries to a MongoDB collection. |
| 60 | 98,638 | 60,696 | xml_node_stream | Memory-efficient XML parser that reduces memory allocation when parsing large XML docum... |
| 61 | 162,929 | 60,696 | lumberjack_ecs_device | A logging device for formatting logs in Elastic Container Schema (ECS) format for integ... |
| 62 | 163,068 | 60,696 | lumberjack_redis_device | A logging device for the lumberjack gem that writes log to redis for consolidated loggi... |
| 63 | 165,120 | 60,696 | factory_girl_any_instance | Adds helper methods to FactoryGirl to memoize instances to speed up test suite. |
| 64 | 167,765 | 60,696 | file_secrets | A simple wrapper for reading sensitive information stored in files to support the patte... |
| 65 | 184,233 | 60,696 | lumberjack_sidekiq | Structured logging for Sidekiq jobs using the Lumberjack framework with automatic attri... |
| 66 | 185,491 | 37,086 | spartan_apm | Simple redis backed application performance monitoring tool. |
| 67 | 188,947 | 60,696 | patient_http-solid_queue | Offload async HTTP requests from Solid Queue workers to a dedicated async I/O processor |