Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
13831parserA Ruby parser written in pure Ruby.
25646rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
38754rubocop-astRuboCop's Node and NodePattern classes.
4118140webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5171131rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6183164rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,236517rubocop-rakeA RuboCop plugin for Rake
81,314597rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6561,376rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
101,6592,071guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
112,0522,612rubocop-fakerA RuboCop extension for Faker.
122,9581,988rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
133,168686mcpThe official Ruby SDK for Model Context Protocol servers and clients
143,2282,312rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
153,5471,981test-queueminitest/rspec parallel test runner for CI environments
163,9184,534activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
174,4434,424rubocop-rubycwIntegrate RuboCop and ruby -cw
1811,39912,361gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1915,28915,671adhoqRails engine to generate instant reports from adhoc SQL query.
2017,845153,501backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2128,34546,569active_pstoreThis library has Active Record like interface. Use pstore to store data.
2234,84646,569deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2339,22165,760backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2450,68557,565activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2556,19651,382dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2657,75951,382deka_eiwakuncoding convention in esm
2758,76520,119rubocop-extension-generatorA generator of RuboCop's custom cops gem
2863,77157,565azumaDecide the order of Lightning Talkers.
2976,44176,567minifyrbA minifier of Ruby files.
3078,93542,689jis_x_0401Library for JISX401
3189,47029,304ruby_ast_visualizerRuby AST Visualizer.
3290,07776,567acappellaA client-server model talk tool. Server speak characters that client was typing.
3392,43465,760everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
34103,90357,565ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
35107,61046,569screamersGenerate a migration file that converts column types all at once.
36117,97234,418rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
37127,39576,567blur_imageblur image.
38128,09876,567vanish`vanish` removes the useless white space in the text file.
39153,74376,567map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)