Mikel Lindsaar wrote: > As a fellow Aussie (in Sydney), I just had my Rails, ActionMailer rewrite to > remove TMail and replace it with my Mail gem merged in by Jeremey. > > It was quite interesting going through ActionMailer and starting to strip > out all the TMailisms that had crept in. We still have more work to do, but > Rails 3.0 will use the Australian Mail gem instead of a vendor'd TMail :)
Nice work Mikel. I switched a non-rails project from raw tmail to Mail about 2 months ago (for ruby 1.9 compat reasons) and haven't looked back. I had no idea it was written by a fellow Aussie though, kudos! It's a good thing they steered clear of vendoring too, you seem to be making very regular releases as you squash reported bugs. -- James Healy <[email protected]> Thu, 31 Dec 2009 00:34:49 +1100 -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
