rails/actionpack/lib/action_controller/metal
2015-06-15 23:53:45 +03:00
..
basic_implicit_render.rb Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
conditional_get.rb Spelling/typo/grammatical fixes [ci skip] 2015-05-23 03:01:33 +05:30
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
data_streaming.rb Update Docs in favor to use render plain instead of text option 2014-02-18 15:05:10 -05:00
etag_with_template_digest.rb Wrap code snippets in +, not backticks, in sdoc 2014-11-20 15:45:15 -08:00
exceptions.rb UrlGenerationError are not catched as 404 anymore 2014-10-27 16:53:10 -04:00
flash.rb Custom flash should be defined only for the class that defines it and it's subclasses. 2013-09-13 10:19:29 -03:00
force_ssl.rb Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection_flash_error" 2015-04-12 22:26:35 -03:00
head.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
helpers.rb Spelling/typo/grammatical fixes [ci skip] 2015-05-23 03:01:33 +05:30
http_authentication.rb Add missing "header" word in documentation of Token#authentication_request [ci skip] 2015-06-14 18:57:27 +05:30
implicit_render.rb Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
instrumentation.rb Ensure append_info_to_payload is called even if an exception is raised. 2014-12-10 22:13:13 +01:00
live.rb Freeze static arguments for gsub 2015-04-02 02:15:07 +03:00
mime_responds.rb Provide friendlier access to request variants 2015-03-24 12:49:27 -05:00
params_wrapper.rb A few documentation edits [ci skip] 2015-06-15 18:16:40 +02:00
rack_delegation.rb Add ActionController#build_with_env 2015-01-22 00:26:06 +03:00
redirecting.rb refactor Redirecting so we do not need a controller instance 2014-08-06 14:17:57 -07:00
renderers.rb Removed documentation that still mentioned using respond_with in place 2014-11-05 20:36:45 -08:00
rendering.rb Deprecate :nothing option for render method 2015-05-28 15:13:32 +03:00
request_forgery_protection.rb Merge branch 'master' of github.com:rails/docrails 2015-06-05 19:49:44 +00:00
rescue.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
streaming.rb [ci skip] Remove comments about Rails 3.1 2015-05-11 16:06:09 -07:00
strong_parameters.rb fix missing "if" in API docs for ActionController::Parameters#permit 2015-04-06 13:22:07 +01:00
testing.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
url_for.rb Fix a few typos [ci skip] 2015-04-05 15:58:43 +02:00