An absurdly small glob matcher that packs a punch.
Prebuilt sharp for use with Linux (glibc) x64
ActiveRecord-style API for IndexedDB with TypeScript support
Prebuilt sharp for use with Linux (musl) x64
Core istanbul API for JS code coverage
Check password strength against several rules. Includes ActiveRecord/ActiveModel support.
URL utilities for markdown-it
Prebuilt sharp for use with Linux (glibc) 64-bit ARM
Prebuilt sharp for use with macOS x64
Prebuilt sharp for use with macOS 64-bit ARM
Prebuilt sharp for use with Linux (musl) 64-bit ARM
Prebuilt sharp for use with Linux (glibc) ARM (32-bit)
Prebuilt sharp for use with Linux (glibc) s390x
Creating a regular expression for excluding node_modules from babel transpiling except for individual modules
A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)
Prebuilt sharp for use with Linux (glibc) ppc64
Prebuilt sharp for use with Linux (glibc) RISC-V 64-bit
@vue/reactivity
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Language support infrastructure for the CodeMirror code editor
Disallow property values that are ignored due to another property value in the same rule.
Make synchronous web requests
FusionCharts JavaScript charting framework
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
Provides `ActiveRecord::Relation#except`, a convenience method that let's you select all the fields from a table with the exception of the given ones.
ActiveRecord adapter that raises an exception when used
Handle ActiveRecord::RecordNotUnique exceptions gracefully with customisable error messages
first_or_create does not guarantee uniqueness by itself, and if there is a uniqueness constraint on the database, it may fail with a RecordNotUnique exception. This gem adds atomic_first_or_create, which, in conjunction with a uniqueness constraint, provides the correct behaviour.
Rescue multiple exceptions when enumerating over Enumerable or ActiveRecord objects
A Rack middleware for cleaning ActiveRecord connection when raised Exception.
Reset ActiveRecord column info when unknown column exception occurs
Except let's you specify fields to be left out when populating ActiveRecord models.'
This simple plugin gives you the ability to call to_csv to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include.
Provides `ActiveRecord::Relation#one!`, a convenience method that asserts a relation contains exactly one record and returns it. If there are no records or more than one, an `ActiveRecord::NoRecordFound` or `ActiveRecord::MultipleRecordsFound` exception is raised, respectively.
Raises an exception if an ActiveRecord callback is used. Won't interfere with usage from within other gems.
Mongrations aims to be similar to ActiveRecord's data migrations, except instead of worrying about schema changes, offering a way to change data when necessary