aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/attached
Commit message (Collapse)AuthorAgeFilesLines
* Add and test preloading scopeDavid Heinemeier Hansson2017-07-231-0/+6
|
* Fix attaching with standard Rails associations.Kasper Timm Hansen2017-07-232-9/+13
| | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`.
* Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-233-4/+10
|
* Add some documentationRobin Dupret2017-07-073-2/+58
|
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-063-0/+83
Yaroslav agreed to hand over the gem name ❤️