aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9359 from justinwb/masterCarlos Antonio da Silva2013-02-271-1/+0
|\ | | | | Removed template_root as a configuration option
| * Removed template_root as a configuration optionJustin Bingham2013-02-211-1/+0
| | | | | | Removed template root from actionmailer configuration options as it seems to have been pulled out completely in favor of explicit definition via template_path / template_name.
* | 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 tests
| * document the behavior of `ActionMailer::Base.delivieries` in testsYves Senn2013-01-261-0/+2
| | | | | | | | thanks @danielpuglisi
* | document how to create custom rails environmentsYves Senn2013-01-211-1/+1
| |
* | s/it's/its/Akira Matsuda2013-01-181-1/+1
| | | | | | | | [ci skip]
* | 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
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵Jeremy Kemper2012-12-211-23/+0
| | | | with Rails 4.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
| | | | | | | | | | Mailers are always async now, and we already discuss queueing lower down in the guide.
| * Remove references to Rails versions.Steve Klabnik2012-12-071-3/+1
| | | | | | | | | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees.
| * 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
| | | | | 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