IlluminusLimited / PinsterApi

Pinster's public API
https://api-prod.pinster.io
GNU General Public License v3.0
2 stars 1 forks source link

Preparing for image inheritance and some speedups for dev life #105

Closed scytherswings closed 6 years ago

scytherswings commented 6 years ago

I sped up the rails seed_data rake task considerably by paralleling some things. I also added a counter_cache to all the imageable models so we can easily check a model to see if it has any images and avoid doing an unnecessary table join with the images table if there are no images to be found. I'll have to reset the counters in production once this deploys but that's no biggie.

Gotta get back on the horse!