From a664daae1ac62362fe550b210678bb008b612a5f Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Sat, 8 Aug 2026 20:25:45 -0400 Subject: [PATCH] Add a community section This adds a community section for tools built around mini_racer. I also added a link to humid, a few helpers for mini_racer that we've been using over here at thoughtbot for server side rendering. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c0b0b0c..4dccf9c3 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,10 @@ gcc >= 12.2 and Xcode >= 13 are, at the time of writing, known to work. * Concurrent cause .... JRuby * Supports execjs +## Community + +[Humid](https://github.com/thoughtbot/humid) - A few helpers for JavaScript server-side rendering on Rails with mini_racer. + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/rubyjs/mini_racer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.