Keith Schacht’s Weblog

Subscribe

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.

#permalink 07/03/25, 2:30 pm

🔗 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

#permalink 07/03/25, 2:35 pm

🔗 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

#permalink 07/03/25, 2:39 pm

2025 » July

MTWTFSS
 123456
78910111213
14151617181920
21222324252627
28293031