-
Notifications
You must be signed in to change notification settings - Fork 70
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
Undefined method `save' #64
Comments
Thanks - will fix this now. |
Thanks @richpeck. Additionally it didn't seem that 404s were being saved to the DB? |
Do they show in the browser? |
They do. Everything else works. |
Thanks - will look at this further. Did you see if 500 errors get saved? |
The 500 errors do get saved, except I mostly run into the Undefined method `save' issue. If a page is not found I'm throwing a 404 with: raise ActionController::RoutingError.new('Not Found') This does not get saved. However the 404 page is displayed. |
Running into the following error with db: true
Line 21:
The text was updated successfully, but these errors were encountered: