aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test/dummy/config
Commit message (Collapse)AuthorAgeFilesLines
* Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
|
* Remove the Amazon SES ingressGeorge Claghorn2019-04-141-5/+6
| | | It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
* Add secret token for action mailbox testseileencodes2019-03-131-0/+1
| | | | | | | We need to create a secret token in the application so that the travis build doesn't error when trying to create a file in the tmp directory. Fixes https://travis-ci.org/rails/rails/jobs/505908163#L6811
* Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
|
* Changed webserver to web server.alkesh262019-01-221-1/+1
|
* Use 6.0 version of ActiveRecord::Migration for Action Mailboxbogdanvlviv2018-12-301-1/+1
| | | | | | 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.
* Import Action MailboxGeorge Claghorn2018-12-2527-0/+553