• A
    Use `request.fullpath` to build redirect url in `force_ssl` · 8227bf7e
    Andrew White 提交于
    The `force_ssl` command now builds the redirect url from `request.fullpath`.
    This ensures that the format is maintained and it doesn't redirect to a route
    that has the same parameters but is defined earlier in `routes.rb`. Also any
    optional segments are maintained.
    
    Fixes #7528.
    Fixes #9061.
    Fixes #10305.
    8227bf7e
force_ssl.rb 2.6 KB