this post was submitted on 24 Aug 2025
272 points (96.9% liked)

Programmer Humor

25983 readers
193 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] dosuser123456@lemmy.sdf.org 4 points 2 days ago (1 children)

this was made by a friend who uses rails with ruby...and is ass at ruby

understandable, given i picked up that language barely a week ago.

also, about rails crashing - it was bc rails wasn't importing ActiveSupport::LoggerThreadSafeLevel::Logger properly.

another reason i dont like rails is the sheer complexity of its project structure (seriously, 20 dirs/files for an empty project? django compared to that is like a feather to an anvil) - although some of its components (like active record) are admittedly fairly good, when used in isolation (if it wasn't for the fact that migrations don't work as rails is broken)