BabySqueel v0.3.0 Release Notes

Release Date: 2016-06-26 // almost 8 years ago
  • ➕ Added

    • ➕ Added Squeel compatibility mode that allows select, order, joins, group, where, and having to accept DSL blocks.
    • ➕ Added the ability to query tables that aren't backed by Active Record models.
    • ➕ Added BabySqueel::[], which provides a BabySqueel::Relation for models, or a BabySqueel::Table for symbols/strings.

    🔄 Changed

    • 📇 Renamed BabySqueel::Association::AliasingError to BabySqueel::AssociationAliasingError.