getting faster_require to work with rails 3

In my quest to speed up the horrible environment load time on windows, I'm trying to use faster_require. I have faster_require in my gems file, do a bundle install, then run rails console first time... no errors... some warnings... but console comes up....

Exit console.... then rails console again.... console won't load. I haven't added the require 'faster_require' yet to the boot.rb file.

Has anyone used faster_require with rails 3? I am using ruby 1.9.2, can do a ruby console fine and do a require 'faster_require'

The output is found below http://pastebin.com/ysALWf4d