2020-03-21 16:37:55 by Takahiro Kambe | Files touched by this commit (4) | |
Log message: mail/ruby-actionmailer42: remove package Remove ruby-actionmailer42 package, a part of Ruby on Rails 4.2 package. |
2019-04-14 12:14:57 by Takahiro Kambe | Files touched by this commit (1) | |
Log message: mail/ruby-actionmailer42: update to 4.2.11.1 ## Rails 4.2.11.1 (March 11, 2019) ## * No changes. |
2019-03-03 18:29:02 by Takahiro Kambe | Files touched by this commit (1) |
Log message: mail/ruby-actionmailer42: fix text in comments Update commented out dependency line. |
2018-11-29 14:52:27 by Takahiro Kambe | Files touched by this commit (1) | |
Log message: mail/ruby-actionmailer42: update to 4.2.11 No change except version. |
2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37) |
Log message: lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording. |
2018-03-13 17:36:32 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: mail/ruby-actionmailer42: update to 4.2.10 No change except version. |
2017-09-18 08:47:04 by Takahiro Kambe | Files touched by this commit (1) |
Log message: mail/ruby-actionmailer42: improve dependency * 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-21 15:12:21 by Takahiro Kambe | Files touched by this commit (19) | |
Log message: Switch most of Ruby on Rails related packages to updated frame work. |
2017-04-22 02:41:20 by Min Sik Kim | Files touched by this commit (4) |
Log message: Import ruby-actionmailer-4.2.8 as mail/ruby-actionmailer42 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. |