Skip to content
View mattbrictson's full-sized avatar

Highlights

  • Pro

Organizations

@capistrano
Block or Report

Block or report mattbrictson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mattbrictson/README.md
IRB.send :easter_egg, :dancing

Spinning Ruby logo

💬 Writing

I write about Ruby and related programming topics at mattbrictson.com/blog. Here are some articles I’ve posted recently:

🧑‍💻 Projects

I’m currently working on:

mighty_test – Minitest is the standard testing library for Ruby projects, but it lacks the DX polish that developers have come to expect from modern testing tools. My mighty_test gem gives Minitest a modern CLI with common-sense features like color output, fail-fast, CI integration, and interactive watch mode.

nextgen – I regularly update a Rails app generator with recommendations based on my latest Rails consulting work. Nextgen embraces the fact that every project has different requirements, and offers dozens of interactive options, including Vite for apps that need robust TS/React frontends.

tomo – This is my take on a modern alternative to Capistrano for deploying Rails apps. It focuses on a friendly developer experience: familiar SSH concepts, an intuitive CLI, well-documented extension points, and helpful error messages. I use tomo to deploy many of my side projects.


Other Ruby open source projects that I’ve built and continue to support:

  • bundleup is a CLI for Gemfile upgrades. It’s a bit like yarn upgrade-interactive, but for Bundler.
  • pgcli-rails plugs into Rails apps to replace the default database console with the more full-featured pgcli.
  • gem is a GitHub template for building and maintaining gems.

🪴 Maintenance

I also serve as a core contributor and maintainer for the following Ruby projects:

Pinned

  1. nextgen nextgen Public

    Generate your next Rails app interactively! This template includes production-ready recommendations for testing, security, developer productivity, and modern frontends. Plus optional Vite support! ⚡️

    Ruby 90 3

  2. tomo tomo Public

    A friendly CLI for deploying Rails apps ✨

    Ruby 374 18

  3. mighty_test mighty_test Public

    A modern, TDD-friendly Minitest runner for Ruby projects! Includes a Jest-inspired interactive watch mode, focus mode, CI sharding, fail-fast, and more.

    Ruby 4

  4. bundleup bundleup Public

    A friendlier CLI for Bundler’s `update` and `outdated` commands.

    Ruby 189 6

  5. gem gem Public template

    A GitHub template for creating Ruby gems

    Ruby 34 7

  6. capistrano/capistrano capistrano/capistrano Public

    A deployment automation tool built on Ruby, Rake, and SSH.

    Ruby 12.7k 1.8k