diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-24 11:57:40 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-24 11:57:40 +0000 |
commit | 0d8455c1a285c6d58fc7a3180f5c72d9c3c42fa1 (patch) | |
tree | 7568f688004d2743071e3a2a40c31c71160b6bad /railties/CHANGELOG | |
parent | 0c3298f2f205dac516216a1d48dcc21112312c2d (diff) | |
download | rails-0d8455c1a285c6d58fc7a3180f5c72d9c3c42fa1.tar.gz rails-0d8455c1a285c6d58fc7a3180f5c72d9c3c42fa1.tar.bz2 rails-0d8455c1a285c6d58fc7a3180f5c72d9c3c42fa1.zip |
ActionMailer::Base subclasses are reloaded with other rails components #1262
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1492 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 62e7fdcaae..58a69dbef7 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* ActionMailer::Base subclasses are reloaded with the other rails components #1262 + * Made the WEBrick adapter not use a mutex around action performance if ActionController::Base.allow_concurrency is true (default is false) * Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron] |