rails/actionpack/lib/action_controller
Dave Copeland 6fda6c3778 Override default_render's behavior with a block
In 0de4a23 the behavior when there is a missing template was changed to
not raise an error, but instead head :no_content.  This is a breaking
change and some gems rely on this happening.

To allow gems and other code to work around this, allow
`default_render` to take a block which, if provided, will
execute the contents of that block instead of doing the `head :no_content`.
2015-06-20 12:00:07 -04:00
..
caching Merge pull request #14137 from dasch/better-fragment-cache-instrumentation 2014-05-14 20:04:43 -03:00
metal Override default_render's behavior with a block 2015-06-20 12:00:07 -04:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
api.rb A few documentation edits [ci skip] 2015-06-15 18:16:40 +02:00
base.rb fixed sring to be string in ActiveRecord::Base params documentation 2015-06-12 06:49:26 +10:00
caching.rb [ci skip] correct default cache store class 2014-08-13 18:56:03 +05:30
form_builder.rb remove extra = in form builder example [ci skip] 2015-04-15 23:06:01 +09:00
log_subscriber.rb Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
metal.rb Add ActionController::Metal#set_request! 2015-01-21 23:53:38 +03:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb Merge pull request #15933 from rafael/master 2014-06-27 18:16:52 -03:00
renderer.rb Speed up normalize_keys by removing dup step. 2015-01-22 17:35:19 +01:00
template_assertions.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
test_case.rb Update RDoc for ActionController::TestCase for kwargs. 2015-06-12 00:03:49 -04:00