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
It was throwing mad errors. Someone in a takeover request had a req that
was nil so when the admin page tried to load it errored. We got a lot of
bug emails about it.
On Fri, Aug 1, 2014 at 2:24 PM, Charlie Croom [email protected]
wrote:
Was it throwing errors? What was broken about it? We should fix the code
too so it does not happen again.
On Fri, Aug 1, 2014 at 11:22 AM, stuartteal [email protected]
wrote:
How Casey Fixed the YDC site 7/31/14
cd into the production version
ubuntu:/rails/campustheater-production/current
RAILS_ENV=production rails console
How Casey Fixed the YDC site 7/31/14
cd into the production version
ubuntu:/rails/campustheater-production/current
RAILS_ENV=production rails console
TakeoverRequest.where(:approved => false).map{|tr| puts tr.requested_person.display_name}
TakeoverRequest.where(:approved => false).first.destroy
(the first one in the array was the problem so that's why it's first.destroy)
The text was updated successfully, but these errors were encountered: