Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
13831parserA Ruby parser written in pure Ruby.
25630rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
39047rubocop-astRuboCop's Node and NodePattern classes.
4117138webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5175129rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6185162rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,270582rubocop-rakeA RuboCop plugin for Rake
81,331331rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6511,787guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
101,6561,360rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
112,0412,202rubocop-fakerA RuboCop extension for Faker.
122,9732,700rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
133,2652,125rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
143,5503,448test-queueminitest/rspec parallel test runner for CI environments
153,9154,746activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
164,4683,108rubocop-rubycwIntegrate RuboCop and ruby -cw
1711,35110,421gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1815,21525,389adhoqRails engine to generate instant reports from adhoc SQL query.
1917,66048,724backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2028,12948,724active_pstoreThis library has Active Record like interface. Use pstore to store data.
2134,56834,449deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2238,84842,184backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2350,53159,090activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2455,99548,724dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2557,66742,184deka_eiwakuncoding convention in esm
2659,27525,389rubocop-extension-generatorA generator of RuboCop's custom cops gem
2763,53477,133azumaDecide the order of Lightning Talkers.
2876,10448,724minifyrbA minifier of Ruby files.
2979,28337,724jis_x_0401Library for JISX401
3089,54059,090ruby_ast_visualizerRuby AST Visualizer.
3189,866113,104acappellaA client-server model talk tool. Server speak characters that client was typing.
3292,566113,104everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
33103,95748,724ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
34107,45759,090screamersGenerate a migration file that converts column types all at once.
35118,32042,184rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
36127,27648,724blur_imageblur image.
37127,99177,133vanish`vanish` removes the useless white space in the text file.
38153,80559,090map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)