DeRailed,
The project I demoed last night is called GuessMethod and you can get
it with a simple: gem install guessmethod. Getting it to work in
script/console requires this line (instead of simply "require
'guessmethod'" in your .irbrc):
IRB.conf[:IRB_RC] = Proc.new { require 'guessmethod' }
There's a rudimentary intro page at
http://guessmethod.rubyforge.org/
And OH YEAH. I forgot to mention the OTHER thing GuessMethod gives
you: grake. It's the GuessMethod version of rake. Observe:
$ grake db:migrat
(in /Users/chris/rails/test)
attention: invoking task db:migrate instead of db:migrat
...
It's not very useful, but it's there.
I'll be renaming this to "fatfinger" and moving the code to github
once I have time, which should be somewhere in July.
Thanks everyone for everything. See you in New York.
Chris