aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Collapse)AuthorAgeFilesLines
* updating changelogsAaron Patterson2012-07-231-0/+4
|
* updating changelogsAaron Patterson2012-06-121-1/+1
|
* bumping version numbersAaron Patterson2012-06-111-1/+1
|
* updating changelogsAaron Patterson2012-06-111-0/+4
|
* Add release date of 3.2.5 on the CHANGELOGRafael Mendonça França2012-06-011-0/+6
|
* bumping to 3.2.5Aaron Patterson2012-05-311-1/+1
|
* bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
|
* updating changelogsAaron Patterson2012-05-311-0/+4
|
* bumping to 3.2.4.rc1Aaron Patterson2012-05-281-2/+2
|
* Merge pull request #6018 from lest/patch-1Carlos Antonio da Silva2012-05-143-1/+16
| | | | mailer can be anonymous
* Add release data to Rails 3.2.3Rafael Mendonça França2012-04-301-1/+1
|
* Updated other README to point 3-2-stableArun Agrawal2012-04-231-1/+1
|
* Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
|
* Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1
|
* Bumping to 3.2.3.rc1Santiago Pastorino2012-03-271-2/+2
|
* Increase minimum version of mail.Mikel Lindsaar2012-03-191-1/+1
| | | | | Second security vulnerability found in mail file delivery method patched in version 2.4.4.
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-0/+4
| | | | Also add missing entries and use the formating convention
* update changelogs for gems without changes too [ci skip]Vijay Dev2012-03-091-1/+4
|
* changelog updates [ci skip]Vijay Dev2012-03-091-0/+4
|
* Increasing minimum version of mail due to security vulnerability found in ↵Mikel Lindsaar2012-03-061-1/+1
| | | | Mail 2.4.1 for sendmail or exim
* bumping to 3.2.2Aaron Patterson2012-03-011-1/+1
|
* updating RAILS_VERSIONAaron Patterson2012-02-221-2/+2
|
* format lookup for partials is derived from the format in which the template ↵Santiago Pastorino2012-02-221-2/+2
| | | | | | is being rendered Closes #5025 part 2
* fixes whitespace in CHANGELOG entriesXavier Noria2012-01-261-1/+1
|
* updating RAILS_VERSIONXavier Noria2012-01-261-1/+1
|
* CHANGELOG revision for v3.2.1Xavier Noria2012-01-261-0/+5
|
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-202-2/+2
|
* Update AM CHANGELOGGuillermo Iguaran2012-01-181-1/+8
|
* Upgrade mail dependency to 2.4.0Mikel Lindsaar2012-01-151-1/+1
|
* Bump to rc2Santiago Pastorino2012-01-041-1/+1
|
* Party like its R-C-UNO!David Heinemeier Hansson2011-12-191-1/+1
|
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-2/+3
|
* Using InstanceMethods in a Concern is deprecatedJeremy Kemper2011-11-301-10/+6
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-042-449/+449
| | | | | | | | | | | | | Reasons: * Markdown reads well as plain text, but can also be formatted. * It will make it easier for people to read on the web as Github formats the Markdown nicely. * It will encourage a level of consistency when people are writing CHANGELOG entries. The script used to perform the conversion is at https://gist.github.com/1339263
* Correct ActionMailer subject i18n lookup scope. Andrew France2011-10-201-1/+1
| | | The :actionmailer i18n scope part is not used and according to https://github.com/rails/rails/pull/2542 the implementation is correct.
* normalize arg for ActionMailer::TestCase tests methodAlexey Vakhov2011-10-032-1/+36
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-09-282-2/+4
|\
| * update ActionMailer example using last truncate helper method signatureAlexey Vakhov2011-09-261-2/+2
| |
| * fix ActionMailer readme exampleAlexey Vakhov2011-09-261-0/+2
| |
* | Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-1/+1
|/
* update 3.1 release date in changelogsVijay Dev2011-09-141-1/+1
|
* Rubygems => RubyGemsSukeerthi Adiga2011-08-131-1/+1
|
* The trailing '/' isn't being picked up by Github anyway, and the link works ↵Waynn Lue2011-08-131-1/+1
| | | | as is.
* typo in "wont"Waynn Lue2011-08-131-1/+1
|
* "blog" is more common than "weblog" these days.Waynn Lue2011-08-131-1/+1
|
* Master version is 3.2.0.betaSantiago Pastorino2011-06-301-2/+2
|
* singularize module and be explicit about what is deliveredMatt Jankowski2011-06-211-1/+1
|
* grammar (missing "a") and formattingMatt Jankowski2011-06-211-3/+3
|
* clarify why the only_path => false option is needed when default :host has ↵Matt Jankowski2011-06-211-4/+4
| | | | been set for mailers