1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy/config
Jonathan Hefner 614e813161
Disentangle Action Text from ApplicationController
This commit allows Action Text to be used without having an
ApplicationController defined.  In doing so, it also fixes Action Text
attachments to render the correct URL host in mailers.

It also avoids allocating an ActionController::Renderer per request.

Fixes #37183.
Fixes #35578.
Fixes #36963.
Closes #38714.

Co-authored-by: Jeremy Daer <jeremydaer@gmail.com>
2020-10-30 01:01:42 +00:00
..
environments Add option to mute multiple database yaml warning 2020-10-29 16:57:57 -04:00
initializers Let the generated initializers/backtrace_silencers.rb code use Regexp#match? 2019-07-29 14:21:30 +09:00
locales Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
webpack Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00
application.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
boot.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
cable.yml
database.yml
environment.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
puma.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
routes.rb Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
spring.rb
storage.yml remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
webpacker.yml Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00