• D
    Deprecate `redirect_to :back` · dc4429ca
    Derek Prior 提交于
    Applications that use `redirect_to :back` can be forced to 500 by
    clients that do not send the HTTP `Referer` (sic) header.
    `redirect_back` requires the user to consider this possibility up front
    and avoids this trivially-caused application error.
    dc4429ca
redirecting.rb 6.2 KB