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
Ryan McGeary 6efb849b32 Fixed force_ssl redirects to include original query params
`ActionController.force_ssl` redirects http URLs to their https equivalent;
however, when a URL contains a query string, the resulting redirect lacked the
original query string.

Conflicts:

	actionpack/lib/action_controller/metal/force_ssl.rb
2012-02-07 13:28:29 -05:00
..
conditional_get.rb
cookies.rb
data_streaming.rb remove File#to_path alias 2011-12-25 22:22:22 +03:00
exceptions.rb Remove other old compatibility constants 2012-01-17 10:04:37 -02:00
flash.rb
force_ssl.rb Fixed force_ssl redirects to include original query params 2012-02-07 13:28:29 -05:00
head.rb
helpers.rb Use Kernel#Array in ActionController::Helpers 2012-01-05 17:13:27 -03:00
hide_actions.rb
http_authentication.rb example bracket error 2012-01-23 01:15:51 +01:00
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb
mime_responds.rb Clean up a bit default_response handling and cache format negotiation. 2012-02-04 16:00:02 +01:00
params_wrapper.rb Change more Array.wrap to Kernel#Array 2012-01-05 17:57:56 -03:00
rack_delegation.rb
redirecting.rb
renderers.rb
rendering.rb Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00
request_forgery_protection.rb removed warning because logger.warn differentiate the warings 2012-01-05 23:42:58 +05:30
rescue.rb
responder.rb Clean up a bit default_response handling and cache format negotiation. 2012-02-04 16:00:02 +01:00
session_management.rb
streaming.rb Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00
testing.rb
url_for.rb