Use Cube as a semantic layer to define metrics upstream and provide consistent data to every stakeholder.| cube.dev
Jobber is the leading management software provider for small home service businesses to connect with customers, grow revenue, compete against large corporations| Cube Blog
New Cube Views are the place to define metrics, manage governance and data access, and control ambiguous join paths.| Cube Blog
Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects.| martinfowler.com
Active Record BasicsThis guide is an introduction to Active Record.After reading this guide, you will know: How Active Record fits into the Model-View-Controller (MVC) paradigm. What Object Relational Mapping and Active Record patterns are and how they are used in Rails. How to use Active Record models to manipulate data stored in a relational database. Active Record schema naming conventions. The concepts of database migrations, validations, callbacks, and associations.| Ruby on Rails Guides