1. 01 6月, 2012 1 次提交
    • J
      Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl · 47918223
      Jeremy Friesen 提交于
      Prior to this patch the existing .force_ssl method handles both defining
      the filter and handling the logic for performing the redirect.
      
      With this patch the logic for redirecting to the HTTPS protocol is
      separated from the filter logic that determines if a redirect should
      occur.  By separating the two levels of behavior, an instance method
      for ActionController (i.e. #force_ssl_redirect) is exposed and available
      for more granular SSL enforcement.
      
      Cleaned up indentation.
      47918223
  2. 14 3月, 2012 1 次提交
  3. 23 2月, 2012 3 次提交
  4. 08 2月, 2012 1 次提交
    • 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
  5. 13 1月, 2012 1 次提交
  6. 09 10月, 2011 1 次提交
  7. 24 5月, 2011 1 次提交
  8. 28 3月, 2011 1 次提交