aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel/debugger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove debugger supportRafael Mendonça França2015-01-041-10/+3
| | | | | bebugger doesn't work with Ruby 2.2 so we don't need to support it anymore
* Do not check only for the Rails constantRafael Mendonça França2015-01-021-1/+1
| | | | | This constant may be define for auxiliar gems like rails-html-sanitizer and these methods call will fail.
* Fix comment typo in debugger.rbmntj2014-12-301-1/+1
|
* and one more timeAditya Sanghi2012-04-241-2/+2
|
* another attempt at the languageAditya Sanghi2012-04-181-1/+1
|
* review changes for #5875Aditya Sanghi2012-04-181-1/+1
|
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-2/+2
|
* rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-1/+1
|
* Removed the AS core_ext/kernel/debugger breakpoint method as this method is ↵Josh Kalderimis2011-05-231-7/+1
| | | | added by ruby-debug and should be left as is. Missing tests added.
* You need the ruby-debug available in your Gemfile for debugger to workDavid Heinemeier Hansson2010-06-021-1/+1
|
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Fix Ruby warning: method redefined; discarding old breakpointBryan Helmkamp2009-11-091-0/+1
|
* Don't rely on Rails.loggerJeremy Kemper2009-06-081-2/+4
|
* Consistently use the framework's configured logger and avoid reverting to ↵Joshua Peek2008-08-181-4/+4
| | | | RAILS_DEFAULT_LOGGER unless necessary.
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ↵David Heinemeier Hansson2007-04-281-0/+13
by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de