My takeaway is that if you ever use rails s you should remove web-console from your Gemfile post-haste.
rails s
web-console
You run all your rails apps in chroot, right jcs?
chroot("/")
My takeaway is that if you ever use
rails syou should removeweb-consolefrom your Gemfile post-haste.You run all your rails apps in chroot, right jcs?
chroot("/")