All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1259 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v8.3.3
October 15, 2017 -
v8.3.2
October 12, 2017 -
v8.3.1 Changes
October 08, 2017- ๐ Accidental release
-
v8.3.0 Changes
September 25, 2017๐ Changed
- ๐ Allow
chainable: true
option when callinghas_one
associations to start chaining (thanks @thefliik / see #1422)
- ๐ Allow
-
v8.2.5 Changes
September 23, 2017๐ Fixes
- ๐ Error when using
pluck(:id)
on an association which has an array argument formodel_class
(thanks @thefliik / see #1426)
- ๐ Error when using
-
v8.2.4 Changes
September 20, 2017๐ Fixes
- ๐ Fixes ability to run
rails destroy model
andrails destroy migration
(thanks @thefliik / see #1420)
- ๐ Fixes ability to run
-
v8.2.3 Changes
September 19, 2017๐ Fixes
- ๐ Scopes now work when inherited three or more levels deep (see #1415, #1413, #1412 / thanks @thefliik)
-
v8.2.2 Changes
September 18, 2017๐ Fixes
- ๐ Allow enums to be created without associated indexes (thanks @thefliik / see #1411)
-
v8.2.1 Changes
September 01, 2017๐ Fixes
- Bringing forward changes from 8.1.x
-
v8.2.0 Changes
September 01, 2017โ Added
- ๐ Ability to load nested associations with one query using
with_associations
(big thanks to @klobuczek / see #1398)
- ๐ Ability to load nested associations with one query using