1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/test
Bill Cromie fce29be335 Add a route to handle Mandrill's webhook URL check
Mandrill's Inbound API checks to see if a URL exists before it creates
the webhook. It sends a HEAD request, to which we now return a 200 OK
response to indicate that the route exists.

Now we can generate inbound API calls with ease on Mandrill, without
having to shuffle around tokens in production.

Fixes #37609.
2020-04-07 13:22:36 +01:00
..
controllers Add a route to handle Mandrill's webhook URL check 2020-04-07 13:22:36 +01:00
dummy .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
fixtures/files add attachments to the new inbound mail 2019-01-07 10:56:41 +11:00
generators Fix broken Mailbox generator test 2018-12-28 17:29:40 +09:00
jobs Import Action Mailbox 2018-12-25 21:32:35 -05:00
unit Test extensions to Mail gem 2019-12-03 06:51:41 +09:00
test_helper.rb Output junit format test report 2019-04-04 14:34:46 +09:00