aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test
Commit message (Collapse)AuthorAgeFilesLines
* Added Postmark ingress supportTomek Maszkowski2019-01-091-0/+55
|
* add attachments to the new inbound mailLachlan Sylvester2019-01-073-0/+34
|
* Test actiontext on Rails 6.0bogdanvlviv2019-01-051-0/+1
| | | | | | | | | | | | - config.load_defaults 6.0 in the dummy app and fix the test since by default rails 6.0 configured does not generate "utf8" hidden input, see #32125 - Use `ActiveRecord::Migration[6.0]` in the dummy app since actiontext will be since Rails 6.0 - Fix `CreateActiveStorageTables` migration in the dummy app. Add `t.foreign_key :active_storage_blobs, column: :blob_id` It was added in 2ae3a29508e. - `rails/actiontext$ yarn install`
* Use 6.0 version of ActiveRecord::Migration for Action Mailboxbogdanvlviv2018-12-302-2/+2
| | | | | | Since Action Mailbox will be introduced in Rails 6.0, it makes more sense to generate migration of that version. Also I changed its test dummy app to use default 6.0 configs.
* Fix broken Mailbox generator testyuuji.yaginuma2018-12-281-2/+2
| | | | Follow up to d082439cf7e577e266bfeb7b443569f323df1673
* Improve actionmailbox's .gitignore and remove redundant filesbogdanvlviv2018-12-274-47/+0
| | | | Follow up #34786
* Import Action MailboxGeorge Claghorn2018-12-2595-0/+8861