All Versions
23
Latest Version
Avg Release Cycle
87 days
Latest Release
1400 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.2.1 Changes
March 27, 2016โ Added
- ๐ Support for subqueries.
๐ Fixed
- Some Arel nodes did not have access to
as
expressions.
-
v0.2.0 Changes
March 25, 2016โ Added
- References to aliased joins in a
select
,where
, ororder
expression now use the aliased table name.
๐ Changed
- Rely on
ActiveRecord::Relation#join_sources
for the implicit construction of join nodes, rather than using theActiveRecord::Associations::JoinDependency
directly.
๐ Fixed
- Associations referencing the same table weren't being aliased.
- References to aliased joins in a
-
v0.1.0 Changes
March 16, 2016โ Added
- ๐ Initial support for selects, orders, wheres, and joins.
๐ [Unreleased]: https://github.com/rzane/baby_squeel/compare/v1.4.1...HEAD