aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/backtrace_cleaner.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-12/+0
* update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem...Lachlan Sylvester2018-08-071-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Update backtrace cleaner to use `Regexp#match?`Bart de Water2017-02-131-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-4/+4
* Fixes #25219Vipul A M2016-07-011-1/+1
* Move object allocation out of loopRichard Schneeman2014-09-271-4/+9
* Gem cont presence checking has been removedRoman V. Babenko2012-05-021-2/+0
* Unnecessary uniqueness & force mapping has been removed at BacktraceCleaner#a...Roman V. Babenko2012-04-031-1/+1
* Remove unneeded codeRafael Mendonça França2012-01-061-13/+0
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...José Valim2010-05-031-12/+11
* It seems the test directory backtrace line is output with a / before it, ther...Ryan Bigg2010-04-051-1/+1
* Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and G...Carl Lerche2010-02-111-11/+0
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-15/+16
* Exclude gem backtrace filter if rubygems is not loadedJoshua Peek2009-10-201-2/+2
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-4/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* Add gem filter for default gem path since it maybe different than the set of ...Joshua Peek2009-09-261-1/+1
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-281-0/+3
* Correctly clean backtraces from vendor/gems and gems in alternate install loc...Matt Jones2009-03-091-4/+16
* Make sure that Rails frameworks are silenced when running in gem mode tooDavid Heinemeier Hansson2009-03-051-0/+3
* Only silence backtrace from plugin lib dirsJeremy Kemper2008-12-301-1/+2
* Clean trailing / after rails root from backtracesJeremy Kemper2008-12-301-1/+1
* Added gem backtrace pretty priting (Juan Lupión) [#1497 state:committed]David Heinemeier Hansson2008-12-151-0/+3
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-2/+4
* Include Rack in the server noiseDavid Heinemeier Hansson2008-11-291-2/+2
* Strip out the ./ part of the test path so the backtrace align perfectlyDavid Heinemeier Hansson2008-11-241-0/+1
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-241-6/+4
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+34