A Reason React component for ruby tag
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
For ruby and ruby on rails
Provide I18n to your React Native application
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Vite plugin for Module Federation
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
Rails UJS for the react-rails gem
WebSocket framework for Ruby on Rails.
cache-route for react-router base on react v15+ and router v4+
Virtual file format for text processing
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Convention over configuration for using Vite in Rails apps
syntax highlighting component for react with prismjs or highlightjs ast using inline styles
JavaScript client for graphql-ruby
realistic password strength estimation
Add component's name in `data-qa` attributes to React Components Edit
Use webpack to manage app-like JavaScript modules in Rails
Global HTTP/HTTPS proxy configurable using environment variables.
English | [简体中文](./README-zh_CN.md) # 🔬speedscope A fast, interactive web-based viewer for performance profiles. Supports import from a variety of profiles in a variety of languages (JS, Ruby, Python, Go & more). Try it here: https://www.speedscope.app
node's net API for react-native
Soka is a Ruby framework for building AI agents using the ReAct (Reasoning and Acting) pattern. It supports multiple AI providers including Gemini AI Studio, OpenAI, and Anthropic.
A minimal Ruby gem for building agentic AI applications using the ReAct (Reasoning + Acting) loop pattern
Ruby bindings for Strophe 'http://code.stanziq.com/strophe/', a C library for writing XMPP clients. If all you need is a simple XMPP bot that react to message and presence notifications, you might be better off with XMPPBot, which is an implementation I wrote on top of StropheRuby. IMPORTANT : This gem is quite experimental currently... it is not ready for production! Strophe 'http://code.stanziq.com/strophe/' is a robust and well written C library that allows the developer to implement XMPP clients. I wanted to be able to use the power of this library with the ruby syntax. I didn't use SWIG to generate the bindings for 2 reasons : 1. I wanted to learn how to write a C extension for ruby 2. I didn't like how SWIG generate gazilions of lines of code My other project, XMPPBot, is an implementation of Strophe Ruby that allows the ruby developer to write a XMPP bot in a few lines of code.