interface for giving clients ability to access the chain state, receive notifications, estimate fees, and submit transactions
AI/Human task management system with file-based storage
Generate your newtypes from a single macro.
Generate your newtypes from a single macro.
surge synthesizer -- midi handling
Ensure target state of an object
A Bufreader ensures N bytes in buffer.
Design-by-contract attributes
Design-by-contract attributes
Ensures a type only uses uniform fields
Trait implementation assertion..
Simple managed directory system for project-scoped caches with optional eviction policies.
Ensurable gives you a DSL for defining the system development dependencies of your app. It's kind of like Bundler, but for system deps, and does a lot less.
Ensure uniqueness of your ActiveJob jobs
Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies.
Ensure presence and type of your app's ENV-variables.
A mixin to track instances of Ruby classes that require explicit cleanup, helping to identify potential resource leaks. It maintains a list of created instances and allows checking for any that remain unclosed.
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
A puppet-lint plugin to check the ensure attribute on file resources.
Guard Javascript changes, ensuring JSHint complience
ensure active record connections will be reestablished if needed
A handy shortcut for user = user.is_a?(User) ? user : User.find(user)