Path to this page:
NOTICE: This package has been removed from pkgsrc./
mail/ruby-actionmailer51,
Email composition, delivery, and receiving (for Rails 5.1)
Branch: CURRENT,
Version: 5.1.7,
Package name: ruby26-actionmailer51-5.1.7,
Maintainer: pkgsrc-usersAction 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 for Ruby on Rails 5.1.
Required to run:[
mail/ruby-mail] [
www/ruby-actionpack51] [
www/ruby-actionview51] [
devel/ruby-activejob51] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 935aebe6f64890f9377d15da4f2f9d6e7ef21e89
RMD160: 99b3c150af16004ed9189525184d33443dde5592
Filesize: 28.5 KB
Version history: (Expand)
- (2020-09-11) Package deleted from pkgsrc
- (2020-03-20) Updated to version: ruby26-actionmailer51-5.1.7
- (2019-04-14) Updated to version: ruby24-actionmailer51-5.1.6.2
- (2018-11-29) Updated to version: ruby24-actionmailer51-5.1.6.1
- (2018-09-23) Updated to version: ruby24-actionmailer51-5.1.6
- (2018-03-21) Package added to pkgsrc.se, version ruby24-actionmailer51-5.1.5 (created)
CVS history: (Expand)
2020-09-10 18:36:14 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
mail/ruby-actionmailer51: remove package
Remove ruby-actionmailer51 (Ruby on Rails 5.1.x) package which is EOL.
|
2020-03-20 16:29:49 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
mail/ruby-actionmailer51: update to 5.1.7
Update ruby-actionmailer51 to 5.1.7.
pkgsrc change: add "USE_LANGAUGES= # none".
* No change except version.
|
2019-04-14 12:24:20 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
mail/ruby-actionmailer51: update to 5.1.6.2
## Rails 5.1.6.2 (March 11, 2019) ##
* No changes.
|
2018-11-29 15:16:47 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
mail/ruby-actionmailer51: update to 5.1.6.1
No change except version.
|
2018-09-23 20:36:20 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
mail/ruby-actionmailer51: update to 5.1.6
## Rails 5.1.6 (March 29, 2018) ##
* No changes.
|
2018-03-21 11:02:46 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
mail/ruby-actionmailer51: add version 5.1.5 package
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 for Ruby on Rails 5.1.
|