Earlier quoted context omitted.
I'm not sure I agree. All the frameworks just mentioned do more or less the same thing and have comparable lines of code counts. - Django - 215,000 LOC (.py) - Ruby - 232,000 LOC (.rb) - CakePHP - 240,000 LOC (.php)
Rails is about 110,000 LOC, last I checked right before the 4.0.0 release, where'd you get that number?
$ find . -name '*.rb' | xargs wc -l | tail -1
232424 total
Maybe I should have said LOCC (lines of commented code)?