Grosser's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
14234parallelRun any kind of code in parallel processes
2204318springPreloads your application so things like console, rake and tests run faster
3295317css_parserA set of classes for parsing CSS in Ruby.
4320340parallel_testsRun Test::Unit / RSpec / Cucumber / Spinach in parallel
5323290rchardetCharacter encoding auto-detection in Ruby. As smart as your browser. Open source.
6416499premailerImprove the rendering of HTML emails by making CSS inline, converting links and warning...
7507726i18n_datacountry/language names and 2-letter-code pairs, in 85 languages
8623732recaptchaHelpers for the reCAPTCHA API
9788976fast_gettextA simple, fast, memory-efficient and threadsafe implementation of GetText
108531,673rack-cacheRack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-ba...
111,0541,951gettext_i18n_railsSimple FastGettext Rails integration.
121,5011,665rspec-instafailShow failing specs instantly
131,7412,242sort_alphabeticalSort UTF8 Strings alphabetical via Enumerable extension
141,8354,882test_after_commitmakes after_commit callbacks testable in Rails 3+ with transactional_fixtures
152,1322,398jenkins_api_clientThis is a simple and easy-to-use Jenkins Api client with features focused on automating...
162,2492,436fakefsA fake filesystem. Use it in your tests.
172,4813,786rack-openidProvides a more HTTPish API around the ruby-openid library
182,6682,311parallel_split_testSplit a big test file into multiple chunks and run them in parallel
193,0553,419ar_after_transactionExecute irreversible actions only when transactions are not rolled back
203,4342,935cldCompact Language Detection for Ruby
213,4904,186rspec-rerunRe-run failed RSpec tests.
223,5832,829bumblerFind slowly loading gems for your Bundler-based projects
233,6382,156syckA gemified version of Syck from Ruby's stdlib. Syck has been removed from Ruby's stdli...
243,8383,549standalone_migrationsA thin wrapper to use Rails Migrations in non Rails projects
254,0684,554bitfieldsSave migrations and columns by storing multiple booleans in a single integer
264,0803,963minitest-aroundAlternative for setup/teardown dance.
274,7411,997luhn_checksumEfficient Luhn checksum validator
284,7785,516rails_wardenA gem that provides authentication Rails helpers when using Warden for authentication
294,9186,310single_testRake tasks to invoke single tests/specs with rakish syntax
306,6227,405single_covActionable code coverage.
316,7824,788maxitestMinitest + all the features you always wanted
326,8076,950wwtdTravis simulator so you do not need to wait for the build
336,96810,653autotest-standaloneAutotest, without ZenTest
347,06529,623jira4rRuby library for controlling JIRA
357,3985,740kennelKeep datadog monitors/dashboards/etc in version control, avoid chaotic management via UI
367,48018,109ie_iframe_cookiesRails: Enabled cookies inside IFrames for IE via p3p headers
377,57620,397stub_serverBoot up a real server to serve testing replies
387,8777,363get_pomoRuby/Gettext: A .po and .mo file parser/generator
397,89013,219after_commit_exception_notificationRails: Get notified when an after_commit block blows up
408,0239,952soft_deletionExplicit soft deletion for ActiveRecord via deleted_at and default scope.
418,30044,598travis_dedupStop all builds on the same PR when a new job starts.
429,17725,847autotest-rails-pureAutotest for Test::Unit on Rails, including plugins for migrations and fixtures.
439,44817,812rucoDesktop-style, Intuitive, Commandline Editor in Ruby. 'Better than nano, simpler than v...
449,64515,821responds_to_parent[Rails] Adds 'responds_to_parent' to your controller torespond to the parent document o...
4510,03718,109smusherAutomatic Lossless Reduction Of All Your Images
4610,48911,038vendorerKeep your vendor files up to date
4711,07231,453deputyReport to the sheriff
4811,4749,876forking_test_runnerRun every test in a fork to avoid pollution and get clean output per test
4912,95625,847ciaAudit model events like update/create/delete + attribute changes + group them by transa...
5014,47614,442testrblRun ruby Test::Unit/Shoulda tests by line-number / folder / the dozen
5114,62516,337safe_regexpBacktracking bomb safety / timeouts for regular expressions
5214,75021,724s3_meta_syncSync folders with s3 using a metadata file and md5 diffs
5315,38517,335i18n-backend-httpRails I18n Backend for Http APIs with etag-aware background polling and memory+[memcach...
5415,59510,206open_id_authenticationProvides a thin wrapper around the excellent rack-openid2 gem.
5515,66029,623rpx_nowHelper to simplify RPX Now user login/creation
5616,01315,821textpowA library for parsing TextMate bundles
5716,20229,623rails2_asset_pipelineFamiliar asset handling for those stuck on Rails 2
5817,08714,977ultravioletUltraviolet syntax highlighting gem for Ruby18 and Ruby19
5917,44916,888cachySee which gems depend on your gems
6017,55228,173thread_ancestorsAllows Thread to carry context from ancestors.
6120,04722,758countries_and_languagesCountries and languages in I18n.locale for select_tag or output in 85 languages
6220,46913,056url_storeData securely stored in urls.
6322,46928,173codeclimate_batchReport a batch of codeclimate results by merging and from multiple servers
6423,16218,109mini_memory_storeStore a single value in memory with expiration
6523,36936,454request_recorderRecord your rack/rails requests and store them for future inspection
6624,15060,162reduceReduce your assets: minify javascript + stylesheets, optimize images lossless
6724,39717,812ar_mergeMerge 2 ActiveRecords, preserving associations and attributes
6825,30739,990minitest-rerunPrint copy pasteable rerun snippets after failed runs
6925,64931,453gem-dependentSee which gems depend on your gems
7025,87819,664libmemcached_storeAn ActiveSupport cache store that uses the C-based libmemcached client through Ev...
7126,26921,724readable_randomReadable random strings for coupons or tokens
7226,67021,724zendesk-rinkuA fast and very smart autolinking library that acts as a drop-in replacement for Ra...
7326,74451,002strong_parameters_rails2Permitted and required parameters for Action Pack
7426,78412,967large_object_storeStore large objects in memcache or others
7527,591141,213youtube_searchSearch youtube via this simple ruby api
7627,62524,092sse-rails-engineSee the README.md at https://github.com/henders/sse-rails-engine
7728,45231,453email_visionRuby SOAP Api Client for EmailVision / CampaignCommander
7829,01326,887key_valueAbuse Sql database as Key-Value store
7929,27126,887kucodiffSmart diff for kubernetes configs to ensure symmetric configuration
8029,61951,002rails3-before_actionEase your transition from Rails 3 to Rails 4 by defining before/around/after_action in ...
8129,85811,724mushA gem to shorten URLs using different services, it has one command-line utility for eac...
8230,15260,162simplecov-single_file_reporterprint coverage per test file
8330,28924,887risk-summaryCollects Risk section from all merged PRs over a given commit range
8430,82444,598pruPipeable Ruby - forget about grep / sed / awk / wc ... use pure, readable Ruby!
8530,93860,162zombie_passenger_killerGuaranteed zombie passengers death
8632,81660,162simple_autocompleteRails: Simple, customizable, unobstrusive - auto complete
8733,35924,092repo_dependency_graphGraphw the dependency of your repositories
8833,76731,453consul_syncerSync remote services into consul
8933,83951,002multi_timeoutUse multiple timeouts to soft and then hard kill a command
9033,88026,887active_record-commentsComments for activerecord
9134,70874,401clear_empty_attributesSave empty strings as nil to avoid lots of problems
9234,80074,401shoulda-letA simple let for shoulda
9335,12233,749dispelRemove evil curses
9436,58844,598git-autobisectFind the first broken commit without having to learn git bisect
9536,68033,749unicorn_wranglerUnicorn: out of band GC / restart on max memory bloat / restart after X requests
9637,57716,713ar_multi_threaded_transactional_testsExecute multithreaded code while still using transactional fixtures by synchronizing db...
9737,98731,453matching_bundleFind a matching bundler version for a Gemfile and use it
9838,29198,986resque-lifecycleAdds job lifecycle data to Resque payloads
9938,49274,401textpow1xA library for parsing TextMate bundles on ruby 1.x
10039,14329,623lazy_observersMakes Activerecord Observers lazy, do not load model on startup and only listen once a ...
10139,90729,623dockerbDockerfile.erb - use ruby in your Dockerfile
10241,44939,990organization_license_auditAudit all licenses used by your github organization/user
10342,56839,990ar_serialized_arraySerialize an array in a column, [] when no set, xx_as_text accessors and more.
10443,42060,162userstampThis Rails plugin extends ActiveRecord::Base to add automatic updating of created_by an...
10543,71644,598organization_auditAudit all repos of your organization or user
10644,94074,401translated_attributesActiveRecord/Rails simple translatable attributes
10745,18728,173airbrake-user_informerShow exception ids on error pages so users or support can track them down faster
10845,73174,401pairing_shufflerAssign random pairs from a google docs spreadsheet
10946,96474,401easy_esiRails: Cached pages with updated partials
11047,58824,092language_snifferLanguage detection
11147,73160,162rubinjamJam a gem into a universal binary that works with any ruby
11249,84928,173gettext_test_logLogs all gettext translations during test execution, to a GetText readable format
11350,29151,002bundler-organization_auditAudit all Gemfiles of a user/organization on github for unpatched versions
11450,35198,986autolangKick-start new translation via google translate
11551,19860,162scopifyAdd named scopes and scoped to any Object / Model.
11651,63974,401gem_of_thronesEverybody wants to be king, but only one can win (synchronized via a distributed cache)
11753,72751,002git-whenceFind the merge and pull request a commit came from + find cherry-picks
11853,78051,002cotendoWrapper for cotendo SOAP Api
11954,00574,401cleanserFind polluting test by bisecting your tests
12054,13660,162concernSeperation of concerns without meta-madness and namespace pollution
12154,21444,598refilling_queueA queue that refreshes itself when it gets empty or stale, so you can keep popping
12255,96622,758kubernetes_leader_electionElect a kubernetes leader using leases for ruby
12357,15929,623serial_schedulerSimple scheduler for long-running and infrequent tasks, no threads, always in serial
12457,53451,002zentest-without-autotestZenTest, without AutoTest and UnitDiff
12557,66451,002tic_tac_toePlay Tic-Tac-Toe using Curses
12658,08639,990rhrRuby Hypertext Refinement -- the ease of PHP with the elegance of Ruby
12758,47360,162simple_accessSimple access control dispatcher
12858,56298,986url_to_media_tagConvert a Url to image or video embed
12958,76944,598expiring_memory_storeFast & Simple Ruby In-Memory Store with expiration
13059,17260,162man_parserParse unix man pages into ruby-readable format
13160,12933,749ruby-cli-daemonPreforking daemon that makes all ruby binaries faster
13260,80474,401validates_uniqueness_via_associationValidate uniqueness of multiple newly associated records
13362,17636,454shoulda-change_matchersshould_change / should_create / should_destroy matchers for shoulda 3 backported from s...
13462,70839,990mailcrateA mock SMTP server that can be run and inspected from tests. The server runs in memory ...
13563,43628,173helpful_fieldsMany helpful field helpers e.g. check_box_with_label
13663,68260,162ultraviolet1xUltraviolet syntax highlighting gem for Ruby18 and Ruby19
13764,15398,986solr_collectionWrapper for solr results sets then behaves/feels like will_paginate collection
13864,68151,002action_mailer-enqueableSerialize and enqueue deliveries for existing mailers
13965,10944,598string19A Ruby string that behaves like 1.9 and runs on 1.8
14069,28860,162git-graphMake graphs from your git history
14169,87139,990fluent-plugin-kubelet_metadataAdd metadata to docker logs by asking kubelet api
14272,21136,454heartbleedTiny/Efficient/Simple library that stops your code when it gets stuck
14373,47420,397sentry-user_informershow link to errors on exception page
14474,92860,162s3gbBackup stuff versioned in git to s3
14575,22298,986grosser-ssl_requirementA fork to add some cool options to ssl_requirement
14675,34374,401fallbackFallback when original is not present or somethings not right.
14776,25960,162preheatable_cacheReduce cache requests by preheating via multi_get
14876,88774,401bundle_package_checkCheck if all gems you need are packaged
14981,19644,598splamRun any kind of code in parallel processes
15081,84844,598statsnStatsN: Aggregate statistics using newrelics custom metrics
15184,50274,401scoped_cache_keysAdd scoped_cache_key / expire_scoped_cache_key to your models for caching/sweeping of m...
15285,75274,401cmd2jsonCovert command output and exit status to json to pipe them atomically into logs
15386,28174,401fixture_reducerTest speedup by replacing fixtures :all with only the necessary
15489,71851,002grosser-algorithmsA library of algorithms and containers.
15593,57098,986evented_magickMiniMagick on Eventmachine
15693,87139,990net-http-persistent-retryManages persistent connections using Net::HTTP. It's thread-safe too! Using persistent ...
15799,09551,002ultra_pow_listUltraviolet + TextPow + PList for Ruby 1.8 and 1.9
15899,200141,213search_doAR: Hyperestraier integration
159100,47174,401virtual_asset_pathInstantly expired, cacheable assets, without query params
160103,83451,002ar_serializeEfficient serialize/deserialize of nested Hashes/Arrays including ActiveRecords
161106,80951,002gem_on_demandRun your own gem server that fetches from github, uses tags as version and builds gems ...
162114,21360,162morguefileMorguefile.com api wrapper
163116,54074,401attachment_zenAdds has_attachment (file store) properties to ActiveRecord. Supports local file, file...
164118,01898,986db_graphAR generate beautiful graphs from date fields, in 1 LOC
165121,59074,401dawanda-sqlite3This module allows Ruby programs to interface with the SQLite3 database engine (http://...
166124,54474,401textfilterActiveRecord/Rails filter text fields before assigning them
167124,73551,002a-panzerA. Panzer game
168125,37674,401github-watchingWatching manager
169125,424141,213game_of_thronesEverybody wants to be king, but only one can win (synchronized via a distributed cache)
170126,24974,401rube_postReceive and send emails with epost.de (rub-e-post)
171127,02698,986redis-objectiveStore objects in Redis
172128,01298,986throat-punchPunch your codes in the throat...
173128,38974,401rack-path_prefixerPrefix any path in your app with something.
174129,51574,401pagespeed_grabberGrab pagespeed results from external services to use them in e.g. munin.
175129,53474,401shoulda-reuse_setupTest speedup by reusing the setup of a test context
176131,86060,162string_houndBark! hunts for strings.
177132,99298,986static_addthisFast Addthis: no external js/css/images + no backlinks to addthis
178136,35374,401method_call_recorderRuby: Record methods calls and replay them later
179149,96974,401github-grepMakes github search grep and pipeable
180164,02998,986resque-balancerBalances queues by allotted time, prevents 1 queue from starving all others.
181175,67460,162cowriteCreate changes for a local repository with chatgpt / openai / local llm
182182,95798,986rubofixAuto fix all rubocop warnings with chatgpt / openai / local llm