Skip to content

First draft for engine and activerecord #15

@jadetr

Description

@jadetr

Hello,

I've forked the repo and added "engine and activerecord" support to easily save results from webhooks into the DB. I'd like to get a feedback on the work done so far.

Is there interest to merge this fork into the master branch?
If yes, is there other features that should be added/removed.
I'd like to have feedback to fix things before submitting my work.

Regards,

Jade

https://github.com/jadetr/mandrill-rails.git

right now to save webhooks for open and click events, I just have to mount the engine:
route.rb
mount Mandrill::Engine => "/mandrill", :as => "mandrill"

import and run migration:
rake railties:install:migrations
rake db:migrate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions