digestifier:摘要作为Rails引擎

时间:2024-06-05 11:11:37
【文件属性】:

文件名称:digestifier:摘要作为Rails引擎

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-05 11:11:37

Ruby

消化器 一个简单的Rails引擎,用于发送活动摘要的电子邮件。 安装 将此行添加到您的应用程序的Gemfile中: gem 'digestifier', '0.2.0' 别忘了捆绑: $ bundle 然后,将迁移添加到您的应用中,并相应地更新数据库: $ rake digestifier:install:migrations db:migrate 配置 创建一个设置摘要和发件人地址的初始化程序: # config/initializers/digestifier.rb # Set the sender of your digest emails Digestifier . sender = 'Hello ' # Set the digest object to a constant so it can be referred to


【文件预览】:
digestifier-master
----config.ru(180B)
----db()
--------migrate()
----LICENSE.txt(1KB)
----lib()
--------digestifier()
--------digestifier.rb(147B)
----Gemfile(39B)
----spec()
--------models()
--------internal()
--------spec_helper.rb(334B)
--------acceptance()
----Rakefile(110B)
----.travis.yml(330B)
----config()
--------routes.rb(124B)
----README.md(5KB)
----digestifier.gemspec(897B)
----.gitignore(180B)
----app()
--------views()
--------models()
--------controllers()
--------helpers()
--------mailers()

网友评论