https://github.com/tomasc/roadie_actionmailer
ActionMailer interceptor to inline CSS using the Roadie gem.
https://github.com/tomasc/roadie_actionmailer
Last synced: 7 days ago
JSON representation
ActionMailer interceptor to inline CSS using the Roadie gem.
- Host: GitHub
- URL: https://github.com/tomasc/roadie_actionmailer
- Owner: tomasc
- License: mit
- Created: 2015-02-05T09:46:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T13:20:20.000Z (over 11 years ago)
- Last Synced: 2025-11-19T06:17:15.843Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Roadie ActionMailer
[ActionMailer interceptor](http://guides.rubyonrails.org/action_mailer_basics.html#intercepting-emails) to inline CSS using the [Roadie](https://github.com/Mange/roadie) gem.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'roadie_actionmailer'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install roadie_actionmailer
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/roadie_actionmailer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request