Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
13730parserA Ruby parser written in pure Ruby.
25643rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
38751rubocop-astRuboCop's Node and NodePattern classes.
4118178webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5168127rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6179146rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,199551rubocop-rakeA RuboCop plugin for Rake
81,2921,123rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6481,776rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
101,6672,291guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
112,0552,385rubocop-fakerA RuboCop extension for Faker.
122,8952,864rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
132,9001,043mcpThe official Ruby SDK for Model Context Protocol servers and clients
143,2002,131rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
153,5042,349test-queueminitest/rspec parallel test runner for CI environments
163,9364,694activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
174,4143,143rubocop-rubycwIntegrate RuboCop and ruby -cw
1811,58421,033gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1915,49735,285adhoqRails engine to generate instant reports from adhoc SQL query.
2018,10273,152backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2128,45732,028active_pstoreThis library has Active Record like interface. Use pstore to store data.
2234,98144,361deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2339,49451,272backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2450,79793,598activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2556,27244,361dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2657,830128,919deka_eiwakuncoding convention in esm
2758,51732,028rubocop-extension-generatorA generator of RuboCop's custom cops gem
2863,90673,152azumaDecide the order of Lightning Talkers.
2976,34751,272minifyrbA minifier of Ruby files.
3078,83373,152jis_x_0401Library for JISX401
3189,39173,152ruby_ast_visualizerRuby AST Visualizer.
3290,398128,919acappellaA client-server model talk tool. Server speak characters that client was typing.
3392,75573,152everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
34103,81651,272ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
35107,47760,194screamersGenerate a migration file that converts column types all at once.
36117,69660,194rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
37127,33773,152blur_imageblur image.
38127,91393,598vanish`vanish` removes the useless white space in the text file.
39153,83593,598map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)