We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on the "sql queries" tab the actions: SELECT | EXPLAIN | Profile are not doing anything, when i click on them nothing happends.
is something wrong or is that the way its suppose to be?
The text was updated successfully, but these errors were encountered:
Seems to be a routing issue. Clicking the actions causes following:
ActionController::RoutingError (No route matches [GET] "/__rack_bug__/execute_sql") ActionController::RoutingError (No route matches [GET] "/__rack_bug__/explain_sql") ActionController::RoutingError (No route matches [GET] "/__rack_bug__/profile_sql")
Running rails3 branch, revision 1e6d33664fb21a5f08836e5d8a9d7bfcc47c8d81.
rails3
1e6d33664fb21a5f08836e5d8a9d7bfcc47c8d81
Sorry, something went wrong.
Bump.
No branches or pull requests
on the "sql queries" tab the actions: SELECT | EXPLAIN | Profile
are not doing anything, when i click on them nothing happends.
is something wrong or is that the way its suppose to be?
The text was updated successfully, but these errors were encountered: