| 1 | 38 | 32 | parser | A Ruby parser written in pure Ruby. |
| 2 | 56 | 43 | rubocop | RuboCop is a Ruby code style checking and code formatting tool.
It aims to enforce the ... |
| 3 | 87 | 52 | rubocop-ast | RuboCop's Node and NodePattern classes. |
| 4 | 118 | 143 | webmock | WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. |
| 5 | 171 | 123 | rubocop-performance | A collection of RuboCop cops to check for performance optimizations
in Ruby code. |
| 6 | 182 | 141 | rubocop-rails | Automatic Rails code style checking tool.
A RuboCop extension focused on enforcing Rail... |
| 7 | 1,234 | 501 | rubocop-rake | A RuboCop plugin for Rake |
| 8 | 1,316 | 786 | rubocop-minitest | Automatic Minitest code style checking tool.
A RuboCop extension focused on enforcing M... |
| 9 | 1,656 | 1,461 | rubocop-thread_safety | Thread-safety checks via static analysis.
A plugin for the RuboCop code style enfor... |
| 10 | 1,659 | 2,050 | guard-rubocop | Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified. |
| 11 | 2,052 | 2,456 | rubocop-faker | A RuboCop extension for Faker. |
| 12 | 2,958 | 2,358 | rubocop-i18n | RuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an... |
| 13 | 3,159 | 656 | mcp | The official Ruby SDK for Model Context Protocol servers and clients |
| 14 | 3,226 | 2,284 | rubocop-packaging | A collection of RuboCop cops to check for downstream compatibility issues in the
Ruby c... |
| 15 | 3,546 | 3,536 | test-queue | minitest/rspec parallel test runner for CI environments |
| 16 | 3,919 | 4,790 | activerecord-oracle_enhanced-adapter | Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working w... |
| 17 | 4,442 | 3,014 | rubocop-rubycw | Integrate RuboCop and ruby -cw |
| 18 | 11,399 | 11,270 | gtm_rails | Simply embed Google Tag Manager container snippet into Rails application |
| 19 | 15,305 | 15,926 | adhoq | Rails engine to generate instant reports from adhoc SQL query. |
| 20 | 17,930 | 38,280 | backport_dig | backport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o... |
| 21 | 28,352 | 33,145 | active_pstore | This library has Active Record like interface. Use pstore to store data. |
| 22 | 34,848 | 27,121 | death | kill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o... |
| 23 | 39,226 | 59,666 | backport_yield_self | backport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers... |
| 24 | 50,686 | 27,121 | activerecord-oracle_enhanced-adapter-monky_patch_755 | A monkey patch for oracle-enhanced ISSUE #755. |
| 25 | 56,191 | 27,121 | dry_require_spec_helper | DRY (Don't Repeat Yourself) of require 'spec_helper'. |
| 26 | 57,745 | 29,669 | deka_eiwakun | coding convention in esm |
| 27 | 58,737 | 25,251 | rubocop-extension-generator | A generator of RuboCop's custom cops gem |
| 28 | 63,776 | 38,280 | azuma | Decide the order of Lightning Talkers. |
| 29 | 76,454 | 59,666 | minifyrb | A minifier of Ruby files. |
| 30 | 78,919 | 29,669 | jis_x_0401 | Library for JISX401 |
| 31 | 89,450 | 46,395 | ruby_ast_visualizer | Ruby AST Visualizer. |
| 32 | 90,081 | 38,280 | acappella | A client-server model talk tool. Server speak characters that client was typing. |
| 33 | 92,460 | 82,222 | everlasting | ActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never... |
| 34 | 103,910 | 59,666 | ghq_transfer | Transfer local repositories from flatten directory style to ghq convention style. |
| 35 | 107,600 | 59,666 | screamers | Generate a migration file that converts column types all at once. |
| 36 | 117,924 | 46,395 | rubocop-oracle | A RuboCop extension for Active Record Oracle enhanced adapter. |
| 37 | 127,419 | 82,222 | blur_image | blur image. |
| 38 | 128,051 | 82,222 | vanish | `vanish` removes the useless white space in the text file. |
| 39 | 153,706 | 59,666 | map_chain | %i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym) |