This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
lib/ | ||
| |
moonshine/ | ||
| |
spec/ | ||
| |
templates/ |
README.rdoc
Moonshine_ArMailer
A plugin for Moonshine
A plugin for installing and managing ar_mailer. By default, it installs the adzap-ar_mailer gem, creates an init script, and configures the mailer for your app.
You can customize the options using the <tt><configure/tt> method.
configure(
'your_app' => { 'pidfile' => '/var/run/ar_mailer.your_app.pid', 'environment' => 'development' }
'other_app' => {
'chdir' => '/srv/other_app/current',
'environment' => 'production'
}
)
This plugin works great with the moonshine_god plugin. Copy ar_sendmail.god from this plugin’s templates directory into your config/god directory.
Instructions
- script/plugin install git://github.com/railsmachine/moonshine_ar_mailer.git
- Include the plugin and recipe in your Moonshine manifest
plugin :ar_mailer recipe :ar_mailer








