1 | 57 | 31 | parser | A Ruby parser written in pure Ruby. |
2 | 72 | 44 | rubocop | RuboCop is a Ruby code style checking and code formatting tool.
It aims to enforce the ... |
3 | 235 | 137 | rubocop-performance | A collection of RuboCop cops to check for performance optimizations
in Ruby code. |
4 | 236 | 142 | rubocop-rails | Automatic Rails code style checking tool.
A RuboCop extension focused on enforcing Rail... |
5 | 1,577 | 1,218 | rubocop-minitest | Automatic Minitest code style checking tool.
A RuboCop extension focused on enforcing M... |
6 | 1,600 | 1,464 | guard-rubocop | Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified. |
7 | 1,649 | 927 | rubocop-rake | A RuboCop plugin for Rake |
8 | 1,700 | 1,470 | rubocop-thread_safety | Thread-safety checks via static analysis.
A plugin for the RuboCop code style enfor... |
9 | 1,831 | 1,982 | rubocop-faker | A RuboCop extension for Faker. |
10 | 3,581 | 3,988 | activerecord-oracle_enhanced-adapter | Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working w... |
11 | 3,798 | 3,485 | test-queue | minitest/rspec parallel test runner for CI environments |
12 | 6,503 | 3,411 | rubocop-rubycw | Integrate RuboCop and ruby -cw |
13 | 10,995 | 8,506 | gtm_rails | Simply embed Google Tag Manager container snippet into Rails application |
14 | 14,665 | 32,068 | backport_dig | backport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o... |
15 | 14,958 | 12,611 | adhoq | Rails engine to generate instant reports from adhoc SQL query. |
16 | 26,753 | 24,929 | active_pstore | This library has Active Record like interface. Use pstore to store data. |
17 | 32,221 | 17,065 | death | kill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o... |
18 | 34,055 | 38,238 | backport_yield_self | backport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers... |
19 | 50,183 | 32,068 | activerecord-oracle_enhanced-adapter-monky_patch_755 | A monkey patch for oracle-enhanced ISSUE #755. |
20 | 56,392 | 17,065 | dry_require_spec_helper | DRY (Don't Repeat Yourself) of require 'spec_helper'. |
21 | 57,290 | 19,256 | deka_eiwakun | coding convention in esm |
22 | 62,385 | 38,238 | azuma | Decide the order of Lightning Talkers. |
23 | 69,182 | 22,969 | rubocop-extension-generator | A generator of RuboCop's custom cops gem |
24 | 83,942 | 27,725 | jis_x_0401 | Library for JISX401 |
25 | 88,582 | 38,238 | acappella | A client-server model talk tool. Server speak characters that client was typing. |
26 | 94,270 | 32,068 | ruby_ast_visualizer | Ruby AST Visualizer. |
27 | 99,226 | 27,725 | everlasting | ActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never... |
28 | 107,908 | 50,070 | ghq_transfer | Transfer local repositories from flatten directory style to ghq convention style. |
29 | 111,659 | 38,238 | screamers | Generate a migration file that converts column types all at once. |
30 | 127,295 | 50,070 | rubocop-oracle | A RuboCop extension for Active Record Oracle enhanced adapter. |
31 | 128,023 | 38,238 | blur_image | blur image. |
32 | 134,440 | 38,238 | vanish | `vanish` removes the useless white space in the text file. |
33 | 154,001 | 50,070 | map_chain | %i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym) |