aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/backtrace_cleaner_test.rb
Commit message (Collapse)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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-6/+0
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-2/+0
| | | | application's object root)
* Add gem filter for default gem path since it maybe different than the set of ↵Joshua Peek2009-09-261-2/+2
| | | | gem paths
* 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 ↵Matt Jones2009-03-091-0/+29
| | | | | | locations Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Skip backtrace filter test when using minitestJeremy Kemper2009-02-271-20/+24
|
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 ↵Manfred Stienstra2008-11-241-0/+28
state:committed] Add a prefix argument to filter_backtrace_with_cleaning so it has the same arity as test/unit's filter_backtrace. Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>