summaryrefslogtreecommitdiff
path: root/mail/ruby-actionmailer42
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21mail/ruby-actionmailer42: remove packagetaca4-65/+0
Remove ruby-actionmailer42 package, a part of Ruby on Rails 4.2 package.
2019-04-14mail/ruby-actionmailer42: update to 4.2.11.1taca1-5/+5
## Rails 4.2.11.1 (March 11, 2019) ## * No changes.
2019-03-03mail/ruby-actionmailer42: fix text in commentstaca1-2/+2
Update commented out dependency line.
2018-11-29mail/ruby-actionmailer42: update to 4.2.11taca1-5/+5
No change except version.
2018-03-18lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTEDtaca1-2/+2
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-13mail/ruby-actionmailer42: update to 4.2.10taca2-7/+6
No change except version.
2017-09-18mail/ruby-actionmailer42: improve dependencytaca1-3/+5
* There is no need to restrict dependency of ruby-mail <2.6. * ruby-rails-dom-testing is indirectly depended by ruby-actionview. Bump PKGREVISION.
2017-06-21Switch most of Ruby on Rails related packages to updated frame work.taca1-2/+3
2017-04-22Import ruby-actionmailer-4.2.8 as mail/ruby-actionmailer42minskim4-0/+63
Notable changes since 3.2: - Added mailer previews feature based on 37 Signals mail_view gem. - Instrument the generation of Action Mailer messages. The time it takes to generate a message is written to the log. - link_to and url_for generate absolute URLs by default in templates, it is no longer needed to pass only_path: false. - Introduced deliver_later which enqueues a job on the application's queue to deliver emails asynchronously. - Added the show_previews configuration option for enabling mailer previews outside of the development environment.