rails/actionmailer/lib/action_mailer
Wincent Colaiuta 75b32a69a1 Fixes for "router" and "routes" terminology
Commit f7ba614c2db improved the internal consistency of the different
means of accessing routes, but it introduced some problems at the level
of code comments and user-visible strings.

This commit applies fixes on three levels:

Firstly, we remove or replace grammatically invalid constructs such as
"a routes" or "a particular routes".

Secondly, we make sure that we always use "the router DSL" or "the
router syntax", because this has always been the official terminology.

Finally, we make sure that we only use "routes" when referring to the
application-specific set of routes that are defined in the
"config/routes.rb" file, we use "router" when referring on a more
abstract level to "the code in Rails used to handle routing", and we use
"routing" when we need an adjective to apply to nouns such as
"url_helpers. Again this is consistent with historical practice and
other places in the documentation.

Note that this is not a sweep over the entire codebase to ensure
consistent usage of language; it is just a revision of the changes
introduced in commit f7ba614c2db.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-03 22:42:31 +02:00
..
adv_attr_accessor.rb Handle some TODOs and deprecations. 2010-01-24 18:40:04 +01:00
base.rb Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +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 Convert to class_attribute 2010-02-01 02:02:42 -08:00
deprecated_api.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04: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 Adding inline attachment support to ActionMailer 2010-06-07 21:54:53 -04:00
old_api.rb Add missing require 2010-04-16 18:44:54 -03:00
railtie.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
test_case.rb Move ActionMailer::TC to AV::TC::Behavior 2010-06-12 15:34:31 +02:00
test_helper.rb Move ActionMailer::TC to AV::TC::Behavior 2010-06-12 15:34:31 +02:00
tmail_compat.rb Add transfer_encoding= setter deprecation. 2010-01-30 16:39:27 +01:00
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00