summaryrefslogtreecommitdiff
path: root/mail/ruby-actionmailer3
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17Update ruby-actionmailer3 package to 3.0.10.taca1-4/+4
Bump version only.
2011-06-17Update ruby-rails3 related package to 3.0.9.taca1-4/+4
These are update of the version only.
2011-06-11Update actionmailer3 pacakge to 3.0.8.taca2-6/+6
*Rails 3.0.8 (unreleased)* * Mail dependency increased to 2.2.19
2011-05-10Update ruby-actionmailer3 to 3.0.7:taca1-4/+4
*Rails 3.0.7 (April 18, 2011)* * remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis]
2011-04-06Update ruby-actionmailer3 package to 3.0.6.taca1-4/+4
*Rails 3.0.6 (April 5, 2011) * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino]
2011-03-23Update ruby-actionmailer3 package to 3.0.5.taca2-7/+9
Version update only.
2011-02-09Update ruby-actionmailer3 package to 3.0.4.taca2-9/+8
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update.
2010-10-28* add missing dependency on ruby-mail.obache1-2/+4
* add "mail" to CATEGORIES Bump PKGREVISION.
2010-10-15Update mail/ruby-actionmailer3 to 3.0.1.taca2-7/+7
No change except version, it is part of Rails 3.0.1.
2010-09-12Importing mail/ruby-actionmailer3 3.0.0.taca4-0/+54
Action Mailer is a framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone). (This is part of Ruby on Rails 3.)