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
Biggest issue here is a regression introduced in the rails controller
testing gem which forces us to do a require of
`action_controller/metal/rendering` in order to not give a NameError
when booting our test app.
0 commit comments