Skip to content
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 to enable 'Show Back Trace' for a SQL query? #23

Open
conradwt opened this issue Sep 18, 2010 · 0 comments
Open

How to enable 'Show Back Trace' for a SQL query? #23

conradwt opened this issue Sep 18, 2010 · 0 comments

Comments

@conradwt
Copy link

Hi, I'm using Ruby 1.8.7 and Rails 2.3.5 and I have added the following configuration to my development.rb:

Setup Rack::Bug.

config.gem 'rack-bug', :lib => "rack/bug"
config.middleware.use( "Rack::Bug",
:password => 'secret',
:secret_key => "someverylongandveryhardtoguesspreferablyrandomstring" )

Also, I'm only seeing the following option for a query:

SELECT | EXPLAIN | Profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant