1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib/action_mailer
2010-09-03 22:59:13 +02:00
..
adv_attr_accessor.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
base.rb We don't need to clear action_methods on inherited hook as they are cleaned on method_added hook 2010-09-03 22:59:12 +02: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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
log_subscriber.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.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
old_api.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
railtie.rb Set only helpers_path on inherited hook in action_controller/railtie.rb and use helper(:all) just after that 2010-09-03 22:59:13 +02:00
test_case.rb Removes unused vars 2010-07-24 01:19:44 +02:00
test_helper.rb Move ActionMailer::TC to AV::TC::Behavior 2010-06-12 15:34:31 +02:00
tmail_compat.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00