Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let the generated initializers/backtrace_silencers.rb code use Regexp#match? | Akira Matsuda | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Remove the Amazon SES ingress | George Claghorn | 2019-04-14 | 1 | -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 tests | eileencodes | 2019-03-13 | 1 | -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, etc | Abhay Nikam | 2019-03-09 | 2 | -2/+2 |
| | |||||
* | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Use 6.0 version of ActiveRecord::Migration for Action Mailbox | bogdanvlviv | 2018-12-30 | 1 | -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 Mailbox | George Claghorn | 2018-12-25 | 27 | -0/+553 |