1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Xavier Noria
69ab3eb57e applies new string literal convention in railties/lib
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 19:15:47 +02:00
Rafael Mendonça França
93559da482 Remove debugger support
bebugger doesn't work with Ruby 2.2 so we don't need to support it
anymore
2015-01-04 15:54:22 -03:00
Hrvoje Šimić
886f439cb5 exit with non-zero to signal failure 2013-05-13 12:14:47 +02:00
Aditya Sanghi
d6c831c198 and one more time 2012-04-24 21:56:41 -05:00
Aditya Sanghi
67ede88055 another attempt at the language 2012-04-18 02:24:44 +05:30
Aditya Sanghi
0232543e0d stamp out ruby-debug19 with extreme prejudice :) 2012-04-17 15:31:05 +05:30
Vishnu Atrai
423dd88d62 rename ruby-debug to ruby-debug19 2012-01-01 22:40:23 +05:30
Josh Kalderimis
eff5d9aed4 Removed AS core_ext/kernel/requires as it's not used and is bad practice. 2011-05-23 15:31:33 +02:00
Jeremy Kemper
9423c2a7d8 Merge remote branch 'fxn/master' 2010-02-06 13:03:41 -08:00
RomD
f44a0b1d52 fix usage examples and more to use new invocations
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-02-06 09:51:53 -08:00
Xavier Noria
bd5cb0562e rack debugger needs active_support/core_ext/kernel/requires for require_library_or_gem 2010-02-06 18:35:44 +01:00
David Heinemeier Hansson
35eda7d6d2 Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH] 2009-11-23 15:36:48 -06:00
Joshua Peek
c80fe1093d Move debugger into middleware 2008-11-25 15:05:07 -06:00