Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
14131parserA Ruby parser written in pure Ruby.
25739rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
39344rubocop-astRuboCop's Node and NodePattern classes.
4115160webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5179134rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6190164rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,346579rubocop-rakeA RuboCop plugin for Rake
81,369864rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6371,694guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
101,6641,253rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
112,0081,927rubocop-fakerA RuboCop extension for Faker.
122,9592,133rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
133,3082,569rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
143,5034,254test-queueminitest/rspec parallel test runner for CI environments
153,8544,449activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
164,5884,234rubocop-rubycwIntegrate RuboCop and ruby -cw
1711,25115,797gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1815,09115,797adhoqRails engine to generate instant reports from adhoc SQL query.
1917,13258,247backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2028,12122,458active_pstoreThis library has Active Record like interface. Use pstore to store data.
2134,49623,432deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2238,22646,216backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2350,67958,247activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2456,82532,719dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2558,36932,719deka_eiwakuncoding convention in esm
2662,27618,320rubocop-extension-generatorA generator of RuboCop's custom cops gem
2763,42941,793azumaDecide the order of Lightning Talkers.
2881,85141,793jis_x_0401Library for JISX401
2984,53614,043minifyrbA minifier of Ruby files.
3090,028145,948acappellaA client-server model talk tool. Server speak characters that client was typing.
3191,46838,290ruby_ast_visualizerRuby AST Visualizer.
3293,38566,833everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
33106,25858,247ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
34109,92278,093screamersGenerate a migration file that converts column types all at once.
35121,28941,793rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
36128,49278,093blur_imageblur image.
37130,98766,833vanish`vanish` removes the useless white space in the text file.
38156,43966,833map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)