local stack dump capability would be nice ..

If there was a way to limit parts of a ruby stack trace to just my code rather than the whole rails library and gems that would be an interesting feature ..

If there was a way to limit parts of a ruby stack trace to just my code rather than the whole rails library and gems that would be an interesting feature ..

like ActiveSupport::BacktraceCleaner ? (Rails will use the instance given by Rails.backtrace_cleaner)

Fred

hey, thanks