`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
This would become useful for site which sometime transferring sensitive information such as account information on particular controller or action.
This featured was requested by DHH.