Back
Marc Köhlbrugge
Load previous page…
Fix bug where re-connecting your Instagram account would not work if you were not signed in to Tweet Photo with your Twitter account. h/t @patrickloonstra
#tweetphoto
Fill up my SSD and now I cannot empty my Trashbin, because my SSD is full 🤔
#life
Remove non-signed-in header from homepage showcasing our members, because it was really slow to render and process (80+ avatar images). Will replace with a lightweight alternative soon.
#wip
Fix collection fragment caching throughout the codebase, because Rails does not support shorthand syntax when using caching.
#wip
Remove eager-loading of associated records (i.e. LEFT JOINS) because we now properly cache most things. Then those complex SQL queries are useless.
#wip