A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
JavaScript tooling for working with WebAssembly Components
For ruby and ruby on rails
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
JavaScript client for graphql-ruby
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
realistic password strength estimation
A Stimulus Wrapper for Flatpickr library
Provide I18n to your React Native application
Prism Ruby parser
ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding
A pure JavaScript implementation of Sass.
Ruby on Rails unobtrusive scripting adapter
## Installation
Compass stylesheets
Subresource Integrity hashes for the Vite.js manifest.
JS lib with TS typings to manipulate strings according to the word parsing rules of the UNIX Bourne shell.
node-semver compatible API with RubyGems semantics
Provides a Ruby API wrapper with the Wit.ai API.
A simple library for interacting with wit.ai -- will expand as the api does
A simple library for interacting with wit.ai -- will expand as the api does
Ruby gem to connect wit ANMAT web services
A Ruby interface for WITS (Wholesale and information trading system) to retrieve New Zealand electricity data.
Match your wits against the computer in this Ruby implementation of the pattern-guessing game MasterMind
JuxtaWS can collate two or more versions of the same textual work (“witnesses”) and generate a list of alignments as well as two different styles of visualization suitable for display on the web. This gem provides a Ruby interface to the JuxtaWS REST web service.
Ruby's contemporary test coverage tools all lie, exaggerating coverage through false-positives and creating a false sense of security; minitest-coverage tries to address this. Coverage Analysis Tools rely on tracing facilities built into ruby’s VM. You run your tests, and collect data. Seems simple, but that’s a very flawed approach that buffers your coverage numbers up falsely. I’ve witnessed false coverage by as much as 60%, but it could be even worse. Worse, the tracing facilities currently make it impossible to get truly accurate numbers. Even so, they can be improved to be much more accurate.