• R
    Fixed force_ssl redirects to include original query params · 6efb849b
    Ryan McGeary 提交于
    `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
    6efb849b
route_set.rb 20.1 KB