rails/actionmailer/lib/action_mailer
wycats 4aded43b73 Replace the placeholder base_hook API with on_load. To specify some code that
should run during framework load do:

ActiveSupport.on_load(:action_controller) do
  # Code run in the context of AC::Base
end
2010-03-29 17:08:50 -07:00
..
railties Use Array.wrap not Array() 2010-03-17 22:27:48 -07:00
adv_attr_accessor.rb Handle some TODOs and deprecations. 2010-01-24 18:40:04 +01:00
base.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
collector.rb Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
delivery_methods.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
deprecated_api.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
mail_helper.rb Add tests to mail helper. 2010-01-24 19:52:50 +01:00
old_api.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
quoting.rb Fix quoting regexp encoding in ActionMailer 2010-03-03 10:12:42 +01:00
railtie.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
test_case.rb Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API 2010-01-24 11:15:42 +11:00
test_helper.rb Handle some TODOs and deprecations. 2010-01-24 18:40:04 +01:00
tmail_compat.rb Add transfer_encoding= setter deprecation. 2010-01-30 16:39:27 +01:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00