notebook/db
Andrew Brown d1225c30c5 Fix migration error: Use .all.group_by instead of .group_by on model class
The AddPositionToImageUploads migration was calling group_by directly on the ImageUpload class instead of on a collection. This fixes the NoMethodError by properly calling ImageUpload.all.group_by.

Also updates Gemfile.lock with arm64-darwin platform support after bundle install.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 16:28:24 -07:00
..
migrate Fix migration error: Use .all.group_by instead of .group_by on model class 2025-09-05 16:28:24 -07:00
schema.rb galleries cleanup & image reordering 2025-06-26 22:48:49 -07:00
seeds.rb Add seed flag for generating a lot more seed data 2017-03-02 14:09:25 +00:00