ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
Changes:
== 1.1.5 / 2007-02-13
- 3 minor enhancements:
- Can now heckle ActiveRecord::Base in full.
- Cleaned up 1-liner generating code.
- Made clean/simple rescues 1-liners.
- 7 bug fixes:
- Finally got the rest of blockpass working.
- Fixed blockpass on procs in iters. UGH!
- Fixed attrasgn in masgn.
- Fixed splat in masgn.
- Fixed unary/prefix methods.
- Fixed attrasgn for []= where there were multiple args inside [].
- Fixed a couple resbody bugs.

Hi there,
I'm a little new to unit-testing the Rails framework itself, and I see in this changelog that you're using Heckle with AR::Base. Could you explain how to make that happen? When I try to heckle AR::Base, I get a NameError on 'ActiveRecord' because it's not loading the right libs and tests. Thanks!