Rails 3 reload! broken - potential fixes?

Crossposted from

In Rails 3.03 the reload! method in the console seems to be broken. If
your app gets large, this becomes annoying because you have to wait for
the console to load a lot.

There are solutions proposed:
https://rails.lighthouseapp.com/projects/8994/tickets/3822-reload-doesnt-reload

And a seeming fix in edge:

However, I have not had any luck with any of these patches or with the
new edge Reloader class. Has anyone? Am I missing some obvious
workaround or is there a reason I should not be using the console as
much?

MBP OSX 10.6.6 with 2.4GHz and 4GB RAM. Not using RVM. Ruby 1.9.2.
Rails 3.0.3.

Thank you for your help.