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/metal
Prathamesh Sonpatki e049319c77 Fix documentation of url_for module [ci skip]
- The request needs to be instance of ActionDispatch::Request or an
   object that responds to host, optional_port, protocol and
   symbolized_path_parameter.
 - This documentation was correctly added in
   e3b3f416b5
   but was changed to
   e1ceae576e.
 - Fixes #16160.
2015-03-06 19:51:07 +05:30
..
conditional_get.rb Doc fix [ci skip] 2015-03-05 16:36:48 +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 just set the host, no need for another hash allocation / merge! 2014-08-01 11:55:47 -07:00
head.rb Correctly use the response's status code calling head 2014-12-31 16:37:35 +01:00
helpers.rb Tiny documentation edits [ci skip] 2015-03-03 21:30:20 +01:00
http_authentication.rb Doc fix [ci skip] 2015-03-05 19:30:20 +05:30
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02: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 remove unused #await_close 2014-12-04 14:35:52 +03:00
mime_responds.rb Remove unused require 2015-01-04 18:26:36 -02:00
params_wrapper.rb Doc fix [ci skip] 2015-03-05 18:31:40 +05:30
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 Add ActionController::Base.render 2015-01-22 01:02:13 +03:00
request_forgery_protection.rb Try only to decode strings 2015-02-18 19:37:56 -02: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] Fix capitalization 2014-06-07 14:23:27 +05:30
strong_parameters.rb Removed non-standard and unused require 'active_support/deprecation' from parts out of active_support. 2015-02-27 23:20:09 +05:30
testing.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
url_for.rb Fix documentation of url_for module [ci skip] 2015-03-06 19:51:07 +05:30