mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
84 stars 21 forks source link

env was removed in Rails 5.1 #183

Closed mterwill closed 3 years ago

mterwill commented 3 years ago

180 upgraded to Rails 5.1. Login is currently broken as direct access to env was removed in Rails 5.1 (https://github.com/rails/rails/commit/313082244e5167a6468d44cca92fec34674957b6). I did not catch this issue in testing as I was already logged in.

undefined local variable or method `env' for #<SessionsController:0x00000000021a8ea0>