Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove double spaces in guides | Sunny Ripert | 2013-05-28 | 1 | -1/+1 | |
| | ||||||
* | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -1/+1 | |
| | ||||||
* | Make guide description more concise | Fiona Tay | 2013-04-21 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-04-11 | 1 | -15/+10 | |
|\ | | | | | | | | | Conflicts: guides/source/action_mailer_basics.md | |||||
| * | Proofreading tweaks to the Mailer guide | Jonathan Roes | 2013-04-01 | 1 | -15/+15 | |
| | | ||||||
* | | get the Action Mailer guide ready. [ci skip] | Yves Senn | 2013-04-09 | 1 | -117/+238 | |
|/ | ||||||
* | move mailer testing examples into the testing guide. | Yves Senn | 2013-03-25 | 1 | -25/+2 | |
| | | | | | | | | Closes #9325. I adjusted the example and the description in the testing guide and simply linked from the mailer to the testing guide. This way we don't have to maintain two separate places. | |||||
* | copy edits [ci skip] | Vijay Dev | 2013-03-10 | 1 | -3/+3 | |
| | ||||||
* | Adding a note for :body option in `mail` method. | Fabrizio Regini | 2013-03-08 | 1 | -0/+13 | |
| | ||||||
* | Merge pull request #9359 from justinwb/master | Carlos Antonio da Silva | 2013-02-27 | 1 | -1/+0 | |
|\ | | | | | Removed template_root as a configuration option | |||||
| * | Removed template_root as a configuration option | Justin Bingham | 2013-02-21 | 1 | -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 shortcuts | Qihuan Piao | 2013-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Wrap `around_action` word with <code> tag | Qihuan Piao | 2013-02-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #9084 from senny/document_am_delivieries_reset | José Valim | 2013-01-26 | 1 | -0/+2 | |
|\ | | | | | document the behavior of `ActionMailer::Base.delivieries` in tests | |||||
| * | document the behavior of `ActionMailer::Base.delivieries` in tests | Yves Senn | 2013-01-26 | 1 | -0/+2 | |
| | | | | | | | | thanks @danielpuglisi | |||||
* | | document how to create custom rails environments | Yves Senn | 2013-01-21 | 1 | -1/+1 | |
| | | ||||||
* | | s/it's/its/ | Akira Matsuda | 2013-01-18 | 1 | -1/+1 | |
| | | | | | | | | [ci skip] | |||||
* | | spelling correction for AM interceptors | Yves Senn | 2013-01-17 | 1 | -1/+1 | |
|/ | ||||||
* | document Intercepters in ActionMailer guide | Yves Senn | 2013-01-16 | 1 | -0/+20 | |
| | ||||||
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵ | Jeremy Kemper | 2013-01-06 | 1 | -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 Kemper | 2012-12-21 | 1 | -23/+0 | |
| | | | | with Rails 4.0. | |||||
* | `config.action_mailer.async` is no longer used | Andy Lindeman | 2012-12-10 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-08 | 1 | -5/+5 | |
|\ | ||||||
| * | Remove reference to background queue in mailer guide. | Steve Klabnik | 2012-12-07 | 1 | -2/+0 | |
| | | | | | | | | | | Mailers are always async now, and we already discuss queueing lower down in the guide. | |||||
| * | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -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 guides | Katie Oldaker | 2012-12-07 | 1 | -0/+4 | |
| | | ||||||
* | | update guides to use _action callbacks [ci skip] | Francesco Rodriguez | 2012-12-07 | 1 | -4/+4 | |
|/ | ||||||
* | Add Mailer Callback section to Mailer guides | Aditya Sanghi | 2012-12-02 | 1 | -1/+52 | |
| | ||||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -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 Klabnik | 2012-11-29 | 1 | -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_order | Nate Berkopec | 2012-11-19 | 1 | -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_dir | Malcolm Locke | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-11 | 1 | -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.md | Adrien Lamothe | 2012-10-06 | 1 | -1/+1 | |
| | | ||||||
* | | Update test locations | Mike Moore | 2012-10-09 | 1 | -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 Logan | 2012-09-23 | 1 | -1/+0 | |
| | | | | [ci skip] | |||||
* | Update action_mailer_basics.md to ruby 1.9 syntax. [ci skip] | José Corcuera | 2012-09-21 | 1 | -61/+61 | |
| | ||||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -34/+36 | |
| | ||||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -2/+2 | |
| | ||||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -69/+67 | |
| | ||||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -28/+40 | |
| | ||||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -64/+64 | |
| | ||||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+555 | |