aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/action_mailer_basics.html
diff options
context:
space:
mode:
authorKarel Minarik <karmi@karmi.cz>2009-01-23 16:15:09 +0100
committerKarel Minarik <karmi@karmi.cz>2009-01-23 16:15:09 +0100
commit5b1fe6cdf99822c783fd1b28108d639ece79300c (patch)
treeace7b38d47807cc1afd66be76604dad2ede700ef /railties/doc/guides/html/action_mailer_basics.html
parentc20e291b955f81ea21ea9eb72930790efc3f94bf (diff)
parent7bcdb8a9e01b153a3abd4ad11b09a393254b5b3e (diff)
downloadrails-5b1fe6cdf99822c783fd1b28108d639ece79300c.tar.gz
rails-5b1fe6cdf99822c783fd1b28108d639ece79300c.tar.bz2
rails-5b1fe6cdf99822c783fd1b28108d639ece79300c.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/doc/guides/html/action_mailer_basics.html')
-rw-r--r--railties/doc/guides/html/action_mailer_basics.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/doc/guides/html/action_mailer_basics.html b/railties/doc/guides/html/action_mailer_basics.html
index c59012ec22..317f135e4c 100644
--- a/railties/doc/guides/html/action_mailer_basics.html
+++ b/railties/doc/guides/html/action_mailer_basics.html
@@ -53,6 +53,9 @@
<li>
<a href="#_epilogue">Epilogue</a>
</li>
+ <li>
+ <a href="#_changelog">Changelog</a>
+ </li>
</ol>
</div>
@@ -220,6 +223,10 @@ http://www.gnu.org/software/src-highlite -->
<div class="sectionbody">
<div class="paragraph"><p>This guide presented how to create a mailer and how to test it. In reality, you may find that writing your tests before you actually write your code to be a rewarding experience. It may take some time to get used to TDD (Test Driven Development), but coding this way achieves two major benefits. Firstly, you know that the code does indeed work, because the tests fail (because there&#8217;s no code), then they pass, because the code that satisfies the tests was written. Secondly, when you start with the tests, you don&#8217;t have to make time AFTER you write the code, to write the tests, then never get around to it. The tests are already there and testing has now become part of your coding regimen.</p></div>
</div>
+<h2 id="_changelog">5. Changelog</h2>
+<div class="sectionbody">
+<div class="paragraph"><p><a href="http://rails.lighthouseapp.com/projects/16213/tickets/25">Lighthouse ticket</a></p></div>
+</div>
</div>
</div>