• 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
force_ssl.rb 2.6 KB