Commit Graph

156 Commits

Author SHA1 Message Date
bogdanvlviv 3adb261985
Fix Ruby warnings in actionmailbox
```
rails/actionmailbox$ bundle exec rake tests
(snip)
...
rails/activerecord/lib/active_record/persistence.rb:48: warning: in `create!':
the last argument was passed as a single Hash
rails/actionmailbox/app/models/action_mailbox/inbound_email/message_id.rb:21:
warning: although a splat keyword arguments here
...
(snip)
```
2018-12-27 01:30:29 +02:00
bogdanvlviv 2ee75ae716
Improve actionmailbox's .gitignore and remove redundant files
Follow up #34786
2018-12-27 00:07:44 +02:00
George Claghorn 4198323b9d Nest ActionMailbox::Base in the API docs (missed in 6c168aa) 2018-12-26 16:27:28 -05:00
George Claghorn 6c168aaffb Nest Action Mailbox classes in the API docs 2018-12-26 16:18:42 -05:00
George Claghorn 612bb2bd9f Start an Action Mailbox changelog 2018-12-26 13:27:00 -05:00
George Claghorn a5b2fff64c Import Action Mailbox 2018-12-25 21:32:35 -05:00