A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
For ruby and ruby on rails
A Stimulus Wrapper for Flatpickr library
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.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
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
JavaScript client for graphql-ruby
Architect dependency hydrator and shared file manager
Parsing tools that complement the @appthreat/atom project.
Provide I18n to your React Native application
Prism Ruby parser
A pure JavaScript implementation of Sass.
Isomorphic, functional type-checking for Javascript
## Installation
Polyfill of future proposal for `util.parseArgs()`
Compass stylesheets
A lightweight Sass tool set.
A way to handle booleans in a terse way for a specific use case.
Ruby boolean type casting
Adds boolean conversions for String, Fixnum, TrueClass, FalseClass, and NilClass to convert common values like 'true', 0, and '0' to boolean values. Integrates with rails as well.
Write one method and bools will test all input combinations
Boolean logic parsing and evaluation engine
Ruby Gem to store many boolean flags in an integer column by utilizing bits, CompactFlags comes to serve models with several boolean flags. in large data volumes where the flags can be used to slice the data in several ways. queries tend to be heavier and more indexes are needed by time.
Super-simple gem that extends some Ruby classes with a "to_bool" method, which converts any object naturally into a boolean.
Multiple ways to convert Ruby objects into booleans bundled in a single gem.
A small, not-so-serious Ruby gem for converting boolean-like values such as strings, numbers, and nil into real booleans.
Converts Lucene Boolean query language into ruby regex.
Simple and fast ruby type system. Enforce types as Array, Email, Boolean for ruby class instances
This gem adds a new method called `Boolean`, analogous to builtins like `Integer` or `String`, which converts a Ruby value to either `true` or `false` based on its truthiness. It also has optional core extensions that add a `to_bool` method to all Ruby objects and allow you to check if a value is boolean with `val.is_a?(Boolean)`.