smart-rb (SmartCore)
Pinned Loading
Repositories
- smart_types Public
A set of objects that acts like types (type checking and type casting) with a support for basic type algebra.
- smart_type-system Public
(in active development) Abstract object-based TypeSystem interface with a support for various commonly used runtime-based type systems (smart-types, thy-types and others). Allows you to use any runtime type system in any Ruby project <easily>.
- smart_container Public
Thread-safe semanticaly-defined IoC/DI Container with a developer-friendly DSL and API.
- smart_injection Public
Dependency injection principles and idioms realized in scope of Ruby. Support for method-injeciton strategy, container-based dependency resolving, static and dynamic bindings and etc.
- smart_initializer Public
A simple and convenient way to declare complex constructors with a support for various commonly used type systems.
- smart_schema Public
Schema validation library for data structure objects in declarative DSL-powered style.
- smart_operation Public
Smart implementation of the most-used programming pattern - Service Object. Powered by smart_injection, smart_container, smart_types and smart_initializer.
- smart_validator Public
Validation layer for any business logic with a declarative rule-oriented API and instance-based logic.