aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/backtrace_cleaner_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-2/+2
* test-unit 2: filter_backtrace is privateJeremy Kemper2009-11-101-2/+2
* Exclude gem backtrace filter if rubygems is not loadedJoshua Peek2009-10-201-16/+17
* Fix bad assumption in BacktraceCleaner test [#3249 state:resolved]Mike Gunderloy2009-10-181-1/+1
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-6/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+0
* Add gem filter for default gem path since it maybe different than the set of ...Joshua Peek2009-09-261-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* Correctly clean backtraces from vendor/gems and gems in alternate install loc...Matt Jones2009-03-091-0/+29
* Skip backtrace filter test when using minitestJeremy Kemper2009-02-271-20/+24
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-241-0/+28