Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
13931parserA Ruby parser written in pure Ruby.
25744rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
39150rubocop-astRuboCop's Node and NodePattern classes.
4115151webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5175145rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6187171rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,311581rubocop-rakeA RuboCop plugin for Rake
81,3471,202rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6391,633guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
101,6631,341rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
112,0181,957rubocop-fakerA RuboCop extension for Faker.
122,9632,907rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
133,2742,658rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
143,5184,455test-queueminitest/rspec parallel test runner for CI environments
153,8773,830activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
164,5213,128rubocop-rubycwIntegrate RuboCop and ruby -cw
1711,28510,041gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1815,08715,948adhoqRails engine to generate instant reports from adhoc SQL query.
1917,35555,395backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2028,06616,774active_pstoreThis library has Active Record like interface. Use pstore to store data.
2134,46747,089deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2238,47147,089backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2350,47328,507activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2456,258123,013dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2557,97067,890deka_eiwakuncoding convention in esm
2660,41841,144rubocop-extension-generatorA generator of RuboCop's custom cops gem
2763,26641,144azumaDecide the order of Lightning Talkers.
2876,29267,890minifyrbA minifier of Ruby files.
2980,71024,149jis_x_0401Library for JISX401
3089,64767,890acappellaA client-server model talk tool. Server speak characters that client was typing.
3190,60588,108ruby_ast_visualizerRuby AST Visualizer.
3292,781123,013everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
33104,95467,890ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
34108,53267,890screamersGenerate a migration file that converts column types all at once.
35119,67767,890rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
36127,57655,395blur_imageblur image.
37129,025123,013vanish`vanish` removes the useless white space in the text file.
38155,07567,890map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)