This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit e201fc750bf4b7dff1875b7fcdd47f1686ef2052
tree ced60e6ae52de148c8c0a7673dc65a73b03d1c4f
parent 04d2d043ca9c59ab93522f1d8c0810cf47f05b23
tree ced60e6ae52de148c8c0a7673dc65a73b03d1c4f
parent 04d2d043ca9c59ab93522f1d8c0810cf47f05b23
- actionmailer/lib/action_mailer.rb
- actionmailer/lib/action_mailer/base.rb
- actionmailer/lib/action_mailer/mail_helper.rb
- actionmailer/lib/action_mailer/part.rb
- actionmailer/lib/action_mailer/test_case.rb
- actionmailer/lib/action_mailer/test_helper.rb
- actionmailer/lib/action_mailer/utils.rb
- actionmailer/lib/action_mailer/vendor.rb
- actionmailer/lib/action_mailer/vendor/text_format.rb
- actionmailer/lib/action_mailer/vendor/tmail.rb
... |
... |
|
... |
... |
|
... |
... |
|












Had to comment out “require ‘tmail/net’ in actionmailer/base.rb” to get rails to start after this commit.
same here
hmm, can’t seem to reproduce the issue. what exception is getting raised?
ActionMailer seems to work without it, interestingly enough.
Jeremy just remove the line a few mins ago. It should be fine for now.