rails--rails/actionmailer/test
Mikel Lindsaar dd44626c7f Updating to use Mail v2.3.0
Need to move the require of mail in test/abstract_unit to be after active support
  to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its
  internal multibyte compat
2011-04-26 20:05:59 +10:00
..
fixtures Added a testcase for bug [#5329] 2011-01-19 23:24:57 +01:00
mailers Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
old_base turn off deprecation silencing 2011-01-12 15:28:57 -08:00
abstract_unit.rb Updating to use Mail v2.3.0 2011-04-26 20:05:59 +10:00
asset_host_test.rb Fixed typos in asset_host_test 2011-03-02 12:48:33 -02:00
base_test.rb remove AM delegating register_observer and register_interceptor to Mail and instead implement smarter versions allowing for string class names, also added proper Railtie support with tests. 2011-04-04 10:49:09 +02:00
delivery_methods_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
i18n_with_controller_test.rb Solve SystemStackError when changing locale inside ActionMailer [#5329 state:resolved] 2011-01-19 23:42:10 +01:00
log_subscriber_test.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
mail_helper_test.rb publicise ActionMailer::MailHelper.format_paragraph 2011-03-09 18:36:39 -02:00
mail_layout_test.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
test_helper_test.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
url_test.rb Fix action mailer tests after old mapper removal 2010-09-05 13:44:38 +02:00