aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/mail_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Add code example for MailHelper#block_format documentationAnton Davydov2015-03-021-1/+11
* Added default values for #format_paragraph docs [skip ci]Anton Davydov2015-02-151-0/+2
* Allow attaching files while the mail view is renderedChristian Felder (masone)2014-09-221-1/+1
* Remove unused block parameter from #gsub call in AM::MailHelper#block_formatViktar Basharymau2014-06-191-2/+2
* map => map! for stopping extra array creationRajarshi Das2013-08-021-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-191-0/+3
|\
| * Revert "nodoc ActionMailer module from lib/action_mailer/*.rb"Vijay Dev2013-05-191-1/+1
| * nodoc ActionMailer module from lib/action_mailer/*.rbZachary Scott2013-05-151-1/+1
| * Document ActionMailer::MailHelperZachary Scott2013-05-151-0/+3
* | Extract variable out of loopVipul A M2013-05-131-1/+2
|/
* update ActionMailer documentation [ci skip]Francesco Rodriguez2012-09-171-4/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-181-2/+1
|\
| * Fix AM block_format helper method descriptionAlexey Vakhov2012-02-151-2/+1
* | Fix AM format_paragraph helper method if a first word is longAlexey Vakhov2012-02-151-1/+1
* | Cosmetic fixes in block_format AM helper method + testAlexey Vakhov2012-02-151-2/+2
|/
* Fix typoSantiago Pastorino2011-03-091-1/+1
* publicise ActionMailer::MailHelper.format_paragraphDiego Carrion2011-03-091-1/+8
* Rename conflicting ActionMailer::MailHelper#simple_format methodMat Brown2011-03-091-2/+2
* removing text-format in favor of a more simple solutionAaron Patterson2011-02-091-10/+18
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-071-0/+5
* Unforce text-format from AMSantiago Pastorino2010-06-031-0/+7
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-2/+2
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-1/+1
* Added basic explicit multipart rendering and testsJosé Valim and Mikel Lindsaar2010-01-231-1/+1
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-221-1/+1
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-0/+5
* Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-271-0/+5
|\
| * adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ...José Valim2009-12-251-0/+5
* | Merged in latest changes from rails/masterMikel Lindsaar2009-12-171-0/+19
* | Fixes for working with 1.9.1-headMikel Lindsaar2009-12-171-19/+0
|/
* Reorganize autoloads:Carlhuda2009-12-021-14/+16
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-2/+0
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-1/+3
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-051-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+17