aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | update guides to use _action callbacks [ci skip]Francesco Rodriguez2012-12-071-4/+4
|/
* Add Mailer Callback section to Mailer guidesAditya Sanghi2012-12-021-1/+52
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-0/+2
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Remove 'This guide is based on ' warnings.Steve Klabnik2012-11-291-2/+0
| | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible.
* Explicit multipart messages respect :parts_orderNate Berkopec2012-11-191-17/+1
| | | | | | | | | As issue #7978, the order in which ActionMailer sends multipart messages could be unintentionally overwritten if a block is passed to the mail method. This changes the mail method such that :parts_order is always respected, regardless of whether a block is passed to mail.
* Action mailer can take an array for template_dirMalcolm Locke2012-11-091-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\ | | | | | | | | | | Conflicts: activerecord/lib/active_record/persistence.rb railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb
| * Update guides/source/action_mailer_basics.mdAdrien Lamothe2012-10-061-1/+1
| |
* | Update test locationsMike Moore2012-10-091-1/+1
|/ | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional)
* Removed duplicate line describing "default_options".Cory Logan2012-09-231-1/+0
| | | | [ci skip]
* Update action_mailer_basics.md to ruby 1.9 syntax. [ci skip]José Corcuera2012-09-211-61/+61
|
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-34/+36
|
* change shell to bashPrem Sichanugrist2012-09-171-2/+2
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-69/+67
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-28/+40
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-64/+64
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+555