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/abstract_controller
Brandon Medenwald f12c42fff2 render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
* Restore the functionality of PR#14129, but do so with not nil to better indicate the purpose of the conditional

* Add a test when render_to_string called on ActionController::Base.new()
2016-06-09 09:36:07 -04:00
..
caching Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
railties
asset_paths.rb
base.rb Use #performed? to terminate controller callbacks 2016-06-03 16:04:12 +02:00
caching.rb Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
callbacks.rb Use #performed? to terminate controller callbacks 2016-06-03 16:04:12 +02:00
collector.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
error.rb Break up a circular require between AP/AV 2016-03-11 14:42:47 -07:00
helpers.rb clarify that helper_method makes both methods available in the view 2016-03-07 11:54:20 +09:00
logger.rb
rendering.rb render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308) 2016-06-09 09:36:07 -04:00
translation.rb
url_for.rb