evendis / mandrill-rails

Webhook processing and event decoration to make using Mandrill with Rails just that much easier
MIT License
288 stars 36 forks source link

Generator not working #35

Closed tomdracz closed 8 years ago

tomdracz commented 8 years ago

When trying to run rails g mandrill inbox:

Could not find generator 'mandrill'. Maybe you meant 'mandrill', 'model' or 'mailer' Run rails generate --help for more options.

Generator shows when I run rails g --help but no dice in getting it to work.

tardate commented 8 years ago

Hi @tomdracz oops, yes I can reproduce the error with the mandrill-rails-demo.

mandrill-rails-demo$ be rails generate mandrill inbox
Could not find generator 'mandrill'. Maybe you meant 'mandrill', 'model' or 'mailer'
Run `rails generate --help` for more options.

@brianknight10 can you help?

tomdracz commented 8 years ago

@tardate Just added a pull request to fix the issue. Working now and tests are passing fine