this post was submitted on 24 Aug 2025
272 points (96.9% liked)
Programmer Humor
26014 readers
1143 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
Is Ruby on Rails known for crashing often? I’ve been a developer for something like 15 years and don’t understand the backend portion of this meme. Am I missing something?
It’s been ages since I did Rails, but I remember that back then memory leaks were just a fact of life and you had to have a system that monitors the server processes and restarts them when the memory usage gets too high.
I truly hope that’s not still the case.
I spent some time dabbling with it about six months back. Never had any issues
Run it in production.