|
|
|
|
|
by pbreit
3615 days ago
|
|
I like that it doesn't use the CLI. I've always wondered who uses code generators. My sense is that experienced developers do not. And that novice developers are better off cutting and pasting. I personally loathe code generators which is one of the reasons I've never gotten in to Rails (I know I can do it without but seemingly all the instruction uses it). |
|
Still use the generators. It sets up the model, the tests and fixtures all in one command. It's a productivity win for me.