Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
15428parserA Ruby parser written in pure Ruby.
26842rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
312253rubocop-astRuboCop's Node and NodePattern classes.
4213151rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
5218159rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
61,5251,366rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
71,5731,072rubocop-rakeA RuboCop plugin for Rake
81,6181,583guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
91,6361,551rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
101,8491,988rubocop-fakerA RuboCop extension for Faker.
113,6703,870activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
123,8924,227test-queueminitest/rspec parallel test runner for CI environments
136,0783,923rubocop-rubycwIntegrate RuboCop and ruby -cw
1410,9707,803gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1515,14711,661adhoqRails engine to generate instant reports from adhoc SQL query.
1615,39645,155backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
1727,12420,839active_pstoreThis library has Active Record like interface. Use pstore to store data.
1832,91024,576deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
1935,22132,242backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2050,12116,300activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2156,56985,430dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2257,71032,242deka_eiwakuncoding convention in esm
2362,69235,631azumaDecide the order of Lightning Talkers.
2466,63063,206rubocop-extension-generatorA generator of RuboCop's custom cops gem
2583,32185,430jis_x_0401Library for JISX401
2687,50045,155acappellaA client-server model talk tool. Server speak characters that client was typing.
2793,42285,430ruby_ast_visualizerRuby AST Visualizer.
2897,51285,430everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
29107,70685,430ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
30111,26385,430screamersGenerate a migration file that converts column types all at once.
31126,75585,430rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
32127,96263,206blur_imageblur image.
33133,36752,353vanish`vanish` removes the useless white space in the text file.
34154,94885,430map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)