aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack/debugger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-4/+3
|
* Merge remote branch 'fxn/master'Jeremy Kemper2010-02-061-0/+2
|\
| * rack debugger needs active_support/core_ext/kernel/requires for ↵Xavier Noria2010-02-061-0/+2
| | | | | | | | require_library_or_gem
* | fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
|/ | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ↵David Heinemeier Hansson2009-11-231-0/+2
| | | | [DHH]
* Move debugger into middlewareJoshua Peek2008-11-251-0/+21