Gems
Catch unsafe PostgreSQL migrations in development
Catch unsafe PostgreSQL migrations in development and run them easier in production.✅ Detects potentially dangerous operations✅ Prevents them from running by default✅ Provides instructions and helpers on safer ways to do what you wantNote: You pro...
EBNF parser and generic parser generator for Ruby.
EBNF parser and generic parser generator for Ruby. - dryruby/ebnf: EBNF parser and generic parser generator for Ruby.In the primary mode, it supports a Parsing Expression Grammar (PEG) parser generator. This performs more minmal transformations on...