1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
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
..
api Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal Revert "Raise when calling render with invalid options" 2020-10-29 13:49:30 -07:00
railties Fix call sites 2018-10-02 15:31:29 -04:00
api.rb Remove deprecated force_ssl at the controller level. 2020-05-05 00:58:54 -04:00
base.rb Remove deprecated force_ssl at the controller level. 2020-05-05 00:58:54 -04:00
caching.rb No need to extend ActionController::Caching by ActiveSupport::Autoload 2020-05-26 22:00:13 +03:00
form_builder.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber.rb Add to the log format "*/*" if using a not found format: 2020-01-02 16:45:47 -03:00
metal.rb avoid calling custom_encoding_for when unused 2020-10-27 10:42:41 -07:00
railtie.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
renderer.rb Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
template_assertions.rb Remove compatibility module from docs [ci skip] 2019-05-22 11:58:14 -04:00
test_case.rb Merge pull request #39705 from Shopify/actioncontroller-testcase-parameters-fix 2020-10-29 17:43:32 -04:00