You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This now consistently calls `.to_i` on response codes, which ensures
they're always an integer (accross rails versions). Additionally I
replaced a number of `333` codes with `308`s. The reasoning for this is
that rack no longer accepts non-spec 3xx codes in it's `redirect?`
methods, which breaks our tests.
0 commit comments