aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-0/+16
* fix bug in email with name example codeSam DeCesare2014-06-111-1/+1
* [ci skip] Refine Action Mailer guide.Juanito Fatas2014-06-111-10/+19
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-3/+3
* Merge pull request #13728 from semenyukdmitriy/masterYves Senn2014-01-221-1/+1
|\
| * [ci skip] Added missing `file` delivery methodSemenyuk Dmitriy2014-01-221-1/+1
* | docs should say `email` not `Email`. [ci skip]Yves Senn2014-01-201-2/+2
* | docs, hyperlink the `Mail gem` in Action Mailer guide. [ci skip]Yves Senn2014-01-201-2/+2
|/
* Minor align BR tags with HTML void - with reference to the generators code ch...AvnerCohen2013-10-091-1/+1
* Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-14/+14
* AM Guide: Should be "different formats".Peter Jaros2013-07-241-1/+1
* Using preferred find_by syntax in guidesCristian Planas2013-07-011-1/+1
* Remove a duplicated section [ci skip]Robin Dupret2013-06-291-20/+5
* correct no-replay@example.com to no-reply@example.comKyle Fritz2013-05-291-1/+1
* Remove double spaces in guidesSunny Ripert2013-05-281-1/+1
* Consistent use of one space only after punctuationSunny Ripert2013-05-281-1/+1
* Make guide description more conciseFiona Tay2013-04-211-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-15/+10
|\
| * Proofreading tweaks to the Mailer guideJonathan Roes2013-04-011-15/+15
* | get the Action Mailer guide ready. [ci skip]Yves Senn2013-04-091-117/+238
|/
* move mailer testing examples into the testing guide.Yves Senn2013-03-251-25/+2
* copy edits [ci skip]Vijay Dev2013-03-101-3/+3
* Adding a note for :body option in `mail` method.Fabrizio Regini2013-03-081-0/+13
* Merge pull request #9359 from justinwb/masterCarlos Antonio da Silva2013-02-271-1/+0
|\
| * Removed template_root as a configuration optionJustin Bingham2013-02-211-1/+0
* | Update guide doc to use migration shortcutsQihuan Piao2013-02-251-1/+1
* | Wrap `around_action` word with <code> tagQihuan Piao2013-02-251-1/+1
|/
* Merge pull request #9084 from senny/document_am_delivieries_resetJosé Valim2013-01-261-0/+2
|\
| * document the behavior of `ActionMailer::Base.delivieries` in testsYves Senn2013-01-261-0/+2
* | document how to create custom rails environmentsYves Senn2013-01-211-1/+1
* | s/it's/its/Akira Matsuda2013-01-181-1/+1
* | spelling correction for AM interceptorsYves Senn2013-01-171-1/+1
|/
* document Intercepters in ActionMailer guideYves Senn2013-01-161-0/+20
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-23/+0
* `config.action_mailer.async` is no longer usedAndy Lindeman2012-12-101-1/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-081-5/+5
|\
| * Remove reference to background queue in mailer guide.Steve Klabnik2012-12-071-2/+0
| * Remove references to Rails versions.Steve Klabnik2012-12-071-3/+1
| * Punctuation, capitalization, grammar fixes in rails guidesKatie Oldaker2012-12-071-0/+4
* | 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
* Remove 'This guide is based on ' warnings.Steve Klabnik2012-11-291-2/+0
* Explicit multipart messages respect :parts_orderNate Berkopec2012-11-191-17/+1
* 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
|\
| * Update guides/source/action_mailer_basics.mdAdrien Lamothe2012-10-061-1/+1
* | Update test locationsMike Moore2012-10-091-1/+1
|/
* Removed duplicate line describing "default_options".Cory Logan2012-09-231-1/+0