Thursday, 3rd July 2025
🔗 SuperClaude [on Rails] (#). I've started to feel Claude Code is a bit superior to Cursor and find myself using it more. It's interesting to see multiple projects popping up that add a bit of scaffolding around the utility:
The two notable ones I might try are SuperClaude and Claude on Rails.
🔗 Methods on associations (#).
I never knew you could include methods inside ActiveRecord associations:
``` class Book has_many :reviews do def featured = where(featured: true).first end end
🔗 Rails Notes (#).
I forget about the rails notes
command to pull out all the TODO's within a codebase. There's even more that can be done with this command