Skip to content

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

@conradwt

Description

@conradwt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions