David Heinemeier Hansson

Results 219 comments of David Heinemeier Hansson

Why is it an issue that the prompt is the same between vanilla irb and irb loaded with the Rails app? That's the first time I've heard of that causing...

Yeah, I could be on for making it more informative. Like including the env. But also don't want to make the line too long. Don't think adding (rails) to it...

Actually, if anything, we should shave off the needless prefixing. "irb(main):001>" is just noise for us. But I'd take "dev:001>" and "prod:001>". Problem is we don't have any structured abbreviated...

Too much for me. But great to point someone at how they can customize this further. Context > Consistency on prod/dev. I don't want a long prefacing line. It's just...

I don't think it's worth officially deprecating the old usage style. That's the kind of upgrade busywork that I usually find especially annoying when moving an older app forward, and...

@claudiug That's too much for what I have in mind, but the general direction of using generators instead of engines is correct.

Going to tap the sign in the issue description about now diving into specific feature discussions before there's a PR proposal 😄