As Rails founding fathers complained of Java frameworks bloat, today's micro-framework fans complain of Rails bloat. Quite a cycle we've come through, isn't it ?
He's not complaining about bloat. Unlike many other high-level languages, Ruby has several viable execution environments (MRI 1.8, MRI 1.9, Rubinius, and JRuby) and Rails works on all of them. OS X ships with a system Ruby. The result seems to be that some people have trouble getting the right combination of runtime and libraries running.
I don't think it's fair to characterize Rails' early accusations against Java webdev as "The frameworks are too large." They accused Java frameworks of requiring too much ceremony, repetition and verbosity, but I can't think of many instances where early Rails advocates attacked Java for having too many features.