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
Carlhuda c1304098cc Reorganize autoloads:
* A new module (ActiveSupport::Autoload) is provide that extends
    autoloading with new behavior.
  * All autoloads in modules that have extended ActiveSupport::Autoload
    will be eagerly required in threadsafe environments
  * Autoloads can optionally leave off the path if the path is the same
    as full_constant_name.underscore
  * It is possible to specify that a group of autoloads live under an
    additional path. For instance, all of ActionDispatch's middlewares
    are ActionDispatch::MiddlewareName, but they live under 
    "action_dispatch/middlewares/middleware_name"
  * It is possible to specify that a group of autoloads are all found
    at the same path. For instance, a number of exceptions might all
    be declared there.
  * One consequence of this is that testing-related constants are not
    autoloaded. To get the testing helpers for a given component,
    require "component_name/test_case". For instance, "action_controller/test_case".
  * test_help.rb, which is automatically required by a Rails application's
    test helper, requires the test_case.rb for all active components, so
    this change will not be disruptive in existing or new applications.
2009-12-02 20:01:08 -08:00
..
delivery_method Reorganize autoloads: 2009-12-02 20:01:08 -08:00
vendor Shush 2009-11-05 16:12:02 -08:00
adv_attr_accessor.rb Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung] 2007-12-28 05:42:12 +00:00
base.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
delivery_method.rb Refactor ActionMailer layout and remove legacy one. 2009-11-01 02:23:47 +01:00
deprecated_body.rb Make tests run without deprecation warning (just one left). 2009-11-01 02:23:48 +01:00
mail_helper.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
part.rb Removed the "charset" parameter from the Content-Type header of multipart sections of nested multipart messages. 2009-03-02 18:51:30 +13:00
part_container.rb Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:commited] (Paweł Kondzior) 2008-11-15 16:44:47 +01:00
quoting.rb Fixed RFC-2045 quoted-printable bug [#1421 state:committed] 2008-11-20 23:10:15 +01:00
test_case.rb use autoload instead of explicit requires for ActionMailer 2008-11-23 12:27:25 -06:00
test_helper.rb use autoload instead of explicit requires for ActionMailer 2008-11-23 12:27:25 -06:00
utils.rb use autoload instead of explicit requires for ActionMailer 2008-11-23 12:27:25 -06:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00