-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
How do we want to handle inspecting an ActiveRecord
instance in production?
#1238
Comments
If we find this is not desireable, we can set |
Noting that this has the benefit of hidding potentionally sensitive or identifiable information, which can be seen as a security improvement. However, one could always call |
If I remember correctly, performance was another driver behind the change. I'm in favor of keeping the default. It's jarring at first when you're used to the prior behavior, but I've come to accept it with time. It's easy enough to use |
I support staying with the default in Production. As a helper to those who might be surprised by the new behavior, maybe we could add a commented-out section to
|
Minor issue: gem defines
but enough that's nitpicking and may be a version issue quickly resolved. It took me a while to scroll through issues to find the I see the point of my two schekles worth: I see the point and support dealing with load times by default in production. |
From the perspective of new comers not having Turning off is a task easily accomplished by seasoned developers. For newbies the reverse is true. If we want a bigger community it's better to show all beautiful aspects of rails (including it's console) Don't let performance rule over developer happiness. |
rails/rails#49765 makes it so
However, this has lead to confusion, as noted in rails/rails#52728
The text was updated successfully, but these errors were encountered: