Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |