-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better debugger(redirecting errors from rails) #626
Comments
@sideshowcoder As I understand there is no way to redirect errors from |
Well the problem in this case is actually that the error is thrown way earlier when the gems are loaded, zeus breaks up the boot process in a tree like structure (the one you see on the console) so what is happening here is that the |
You can actually see those errors when passing |
Actually the log doesn't output this problem.
Notice that it ends in
|
Running
zeus start
Running
rails server
The text was updated successfully, but these errors were encountered: