Pinned Repositories
active_nutrition
An ActiveRecord-backed collection of models for storing and retrieving nutritional information from the USDA's Nutrient Database.
arel-helpers
Useful tools to help construct database queries with ActiveRecord and Arel.
cldr-segmentation.js
CLDR text segmentation for JavaScript
garnet-js
An implementation of the YARV virtual machine in TypeScript.
gelauto
Automatically annotate your code with Sorbet type definitions.
rux
A jsx-inspired way to render view components in Ruby.
rux-rails
Rux view components on Rails.
scuttle-rb
A library for transforming raw SQL statements into ActiveRecord/Arel queries. Ruby wrapper and tests for scuttle-java.
scuttle-server
Server behind scuttle.io, a SQL editor and Arel converter.
camertron's Repositories
camertron/arel-helpers
Useful tools to help construct database queries with ActiveRecord and Arel.
camertron/rux
A jsx-inspired way to render view components in Ruby.
camertron/scuttle-server
Server behind scuttle.io, a SQL editor and Arel converter.
camertron/rux-rails
Rux view components on Rails.
camertron/scuttle-rb
A library for transforming raw SQL statements into ActiveRecord/Arel queries. Ruby wrapper and tests for scuttle-java.
camertron/gelauto
Automatically annotate your code with Sorbet type definitions.
camertron/cldr-segmentation.js
CLDR text segmentation for JavaScript
camertron/garnet-js
An implementation of the YARV virtual machine in TypeScript.
camertron/utfstring
UTF-safe string operations in JavaScript.
camertron/onload
A preprocessor system for Ruby.
camertron/antlr4-native-rb
Create native Ruby extensions from (almost) any ANTLR4 grammar.
camertron/myrb
Inline types for Ruby
camertron/prismerge
Merge SQLite databases together using their shared Prisma schema.
camertron/rux-vscode
Rux syntax highlighting for VSCode.
camertron/rscc
A compiler for the RSC (Reasonably Simple Computer) language.
camertron/stylelint-browser-compat
Yet another linter rule to detect compatibility of CSS features.
camertron/actionview_precompiler
Precompiles ActionView templates at app boot for Rails 6+
camertron/auto-complete-element
Auto-complete input values from server search results.
camertron/bmm
Big Money Minute extractor and podcast publisher.
camertron/changesets
🦋 A way to manage your versioning and changelogs with a focus on monorepos
camertron/dotfiles
My bash dotfiles
camertron/erb-lint
Lint your ERB or HTML files
camertron/lru-cache-rs
An LRU cache written in Rust
camertron/onigmo-ruby
The Onigmo regular expression engine compiled to WASM and wrapped in a Ruby embrace.
camertron/onigmo-wasm
K. Takata's Onigmo regular expression engine compiled into a WASM module.
camertron/prism
Prism Ruby parser
camertron/rails
Ruby on Rails
camertron/sequent
Exposes a SQLite database over TCP.
camertron/vc_test_app
Testing https://github.com/primer/view_components/issues/3104
camertron/yarv
A Ruby object layer on top of the YARV virtual machine