Skip to content
@seattlerb

Seattle Ruby Brigade

Pinned

  1. minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

    Ruby 2.9k 484

  2. Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.

    Ruby 744 69

  3. Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

    Ruby 638 54

  4. ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.

    Ruby 423 95

  5. Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with pl…

    Ruby 273 64

  6. Hunting down random test failures can be very very difficult, sometimes impossible, but minitest-bisect makes it easy.

    Ruby 94 7

Repositories

  • debride

    Analyze code for potentially uncalled / dead methods, now with auto-removal.

    Ruby 506 15 3 1 Updated Aug 10, 2021
  • ruby_parser

    ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.

    Ruby 423 95 5 1 Updated Aug 10, 2021
  • Ruby 72 20 2 0 Updated Aug 5, 2021
  • minitest

    minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

    Ruby 2,931 484 29 31 Updated Jul 20, 2021
  • CSS 16 MIT 27 12 9 Updated Jul 12, 2021
  • oedipus_lex

    This is not your father’s lexer.

    Ruby 30 5 1 1 Updated May 30, 2021
  • hoe

    Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

    Ruby 273 64 5 3 Updated May 30, 2021
  • Ruby 51 8 0 0 Updated May 26, 2021
  • flay

    Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

    Ruby 638 54 6 4 Updated May 23, 2021
  • Ruby 120 28 0 0 Updated May 23, 2021

Top languages

Loading…

Most used topics

Loading…