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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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)