Koic_ito's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
13732parserA Ruby parser written in pure Ruby.
25647rubocopRuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the ...
38654rubocop-astRuboCop's Node and NodePattern classes.
4117133webmockWebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
5165115rubocop-performanceA collection of RuboCop cops to check for performance optimizations in Ruby code.
6176138rubocop-railsAutomatic Rails code style checking tool. A RuboCop extension focused on enforcing Rail...
71,147475rubocop-rakeA RuboCop plugin for Rake
81,260606rubocop-minitestAutomatic Minitest code style checking tool. A RuboCop extension focused on enforcing M...
91,6421,843rubocop-thread_safetyThread-safety checks via static analysis. A plugin for the RuboCop code style enfor...
101,6712,382guard-rubocopGuard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
112,0682,065rubocop-fakerA RuboCop extension for Faker.
122,572540mcpThe official Ruby SDK for Model Context Protocol servers and clients
132,8642,968rubocop-i18nRuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext an...
143,1671,853rubocop-packagingA collection of RuboCop cops to check for downstream compatibility issues in the Ruby c...
153,4892,662test-queueminitest/rspec parallel test runner for CI environments
163,9814,325activerecord-oracle_enhanced-adapterOracle "enhanced" ActiveRecord adapter contains useful additional methods for working w...
174,3854,594rubocop-rubycwIntegrate RuboCop and ruby -cw
1811,65715,729gtm_railsSimply embed Google Tag Manager container snippet into Rails application
1915,59520,447adhoqRails engine to generate instant reports from adhoc SQL query.
2018,36652,183backport_digbackport_dig is the backport of Hash#dig, Array#dig and OpenStruct#dig in Ruby 2.3 to o...
2128,57821,860active_pstoreThis library has Active Record like interface. Use pstore to store data.
2230,41510,748chroma-dbChroma is the open-source embedding database. Chroma makes it easy to build LLM apps by...
2335,20626,848deathkill command wrapper. say "DEATH" with death voice. Operating environment is Mac OS X o...
2439,84159,868backport_yield_selfbackport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby vers...
2550,92131,379activerecord-oracle_enhanced-adapter-monky_patch_755A monkey patch for oracle-enhanced ISSUE #755.
2656,22426,848dry_require_spec_helperDRY (Don't Repeat Yourself) of require 'spec_helper'.
2757,76316,348rubocop-extension-generatorA generator of RuboCop's custom cops gem
2857,95842,164deka_eiwakuncoding convention in esm
2964,04238,645azumaDecide the order of Lightning Talkers.
3076,60952,183minifyrbA minifier of Ruby files.
3177,80552,183jis_x_0401Library for JISX401
3289,03759,868ruby_ast_visualizerRuby AST Visualizer.
3390,74284,476acappellaA client-server model talk tool. Server speak characters that client was typing.
3493,12584,476everlastingActionController::Parameters does not inherit Hash since Rails 5.0. This Gem will never...
35103,39246,492ghq_transferTransfer local repositories from flatten directory style to ghq convention style.
36107,15684,476screamersGenerate a migration file that converts column types all at once.
37117,39859,868rubocop-oracleA RuboCop extension for Active Record Oracle enhanced adapter.
38127,01784,476blur_imageblur image.
39127,95584,476vanish`vanish` removes the useless white space in the text file.
40153,57984,476map_chain%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)