So, I have integrated edge ActionMailer with the Mail gem, removing TMail in the process.
Currently, ActionMailer is running with 131 tests, 309 assertions, 0 failures, 0 errors This is using ActionMailer from http://github.com/mikel/rails as well as the Mail gem version 1.2.8 But mail is throwing a few warnings in the process and I would love more eyes on it. I've done it up to here, but now I need some sanity checks :) To replicate: sudo gem install mail ( should install at least Mail 1.2.8 ) git clone git://github.com/mikel/rails.git cd rails/actionmailer rake test You should get 0 errors, 0 failures. Please let me know what you get and patches welcome!!! -- http://lindsaar.net/ Rails, RSpec and Life blog.... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=.
