| 1 | 39 | 34 | parser | A Ruby parser written in pure Ruby. |
| 2 | 57 | 44 | rubocop | RuboCop is a Ruby code style checking and code formatting tool.
It aims to enforce the ... |
| 3 | 91 | 48 | rubocop-ast | RuboCop's Node and NodePattern classes. |
| 4 | 115 | 142 | webmock | WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. |
| 5 | 175 | 133 | rubocop-performance | A collection of RuboCop cops to check for performance optimizations
in Ruby code. |
| 6 | 187 | 172 | rubocop-rails | Automatic Rails code style checking tool.
A RuboCop extension focused on enforcing Rail... |
| 7 | 1,309 | 583 | rubocop-rake | A RuboCop plugin for Rake |
| 8 | 1,347 | 1,092 | rubocop-minitest | Automatic Minitest code style checking tool.
A RuboCop extension focused on enforcing M... |
| 9 | 1,641 | 1,669 | guard-rubocop | Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified. |
| 10 | 1,664 | 1,386 | rubocop-thread_safety | Thread-safety checks via static analysis.
A plugin for the RuboCop code style enfor... |
| 11 | 2,018 | 1,988 | rubocop-faker | A RuboCop extension for Faker. |
| 12 | 2,964 | 2,840 | rubocop-i18n | RuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an... |
| 13 | 3,275 | 2,564 | rubocop-packaging | A collection of RuboCop cops to check for downstream compatibility issues in the
Ruby c... |
| 14 | 3,524 | 4,360 | test-queue | minitest/rspec parallel test runner for CI environments |
| 15 | 3,880 | 4,197 | activerecord-oracle_enhanced-adapter | Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working w... |
| 16 | 4,514 | 3,120 | rubocop-rubycw | Integrate RuboCop and ruby -cw |
| 17 | 11,286 | 10,575 | gtm_rails | Simply embed Google Tag Manager container snippet into Rails application |
| 18 | 15,096 | 12,169 | adhoq | Rails engine to generate instant reports from adhoc SQL query. |
| 19 | 17,383 | 41,731 | backport_dig | backport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o... |
| 20 | 28,069 | 18,037 | active_pstore | This library has Active Record like interface. Use pstore to store data. |
| 21 | 34,466 | 25,261 | death | kill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o... |
| 22 | 38,514 | 38,150 | backport_yield_self | backport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers... |
| 23 | 50,472 | 24,251 | activerecord-oracle_enhanced-adapter-monky_patch_755 | A monkey patch for oracle-enhanced ISSUE #755. |
| 24 | 56,202 | 38,150 | dry_require_spec_helper | DRY (Don't Repeat Yourself) of require 'spec_helper'. |
| 25 | 57,933 | 35,228 | deka_eiwakun | coding convention in esm |
| 26 | 60,287 | 24,251 | rubocop-extension-generator | A generator of RuboCop's custom cops gem |
| 27 | 63,281 | 51,833 | azuma | Decide the order of Lightning Talkers. |
| 28 | 76,243 | 38,150 | minifyrb | A minifier of Ruby files. |
| 29 | 80,530 | 30,841 | jis_x_0401 | Library for JISX401 |
| 30 | 89,668 | 84,943 | acappella | A client-server model talk tool. Server speak characters that client was typing. |
| 31 | 90,515 | 38,150 | ruby_ast_visualizer | Ruby AST Visualizer. |
| 32 | 92,715 | 51,833 | everlasting | ActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never... |
| 33 | 104,830 | 46,081 | ghq_transfer | Transfer local repositories from flatten directory style to ghq convention style. |
| 34 | 108,406 | 46,081 | screamers | Generate a migration file that converts column types all at once. |
| 35 | 119,517 | 59,290 | rubocop-oracle | A RuboCop extension for Active Record Oracle enhanced adapter. |
| 36 | 127,562 | 59,290 | blur_image | blur image. |
| 37 | 128,819 | 51,833 | vanish | `vanish` removes the useless white space in the text file. |
| 38 | 154,880 | 59,290 | map_chain | %i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym) |