Damien Burke

Results 2 issues of Damien Burke

### Steps to reproduce Configure your app to generate tables with UUID primary keys: config/application.rb: ```ruby config.generators do |g| g.orm :active_record, primary_key_type: :uuid end ``` Run the ActiveMailer installer and...

attached PR
actionmailbox

Get the gem working with rails 5 and the rspec 3.4.