Earlier quoted context omitted.
Here's 1.8.7, 1.9.2, and 1.9.3dev running that application's test: https://img.skitch.com/20110515-x4r8414pkei9j3h73d1sy67iud.j... 1.9.2 and 1.9.3 is really slow at starting up bundler/rails/gems.
Ok so first this is not exactly an empty Rails project. The Gemfile.lock has 221 lines, that amount of dependencies is not normal. To compare the application code for http://www.getharvest.com/ a +5 year old rails project with customers et all and it has 245 gem dependencies (including some that are our own). The +3 year old http://www.coopapp.com has 181 dependencies. Both of these start up within 3-4 seconds on my…
There are 28 gems specified in the Gemfile. That's not an unreasonable amount of gems. With dependencies, the total amount of gems being required is 76.
Hell, only using Rails and sqlite-ruby will require 26 gems to be installed.