I want to log the current backtrace (stacktrace) in a Rails 3 app without an exception occurring. Any idea how?
Why do I want this? I\'m trying to trace the
Try using
Thread.current.backtrace