| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Kernel#` override that turns ENOENT into nil | Akinori MUSHA | 2019-01-31 | 1 | -13/+0 |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 4 | -0/+4 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 4 | -0/+4 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Remove deprecated kernel debugger file | Andrew White | 2016-11-13 | 1 | -3/+0 |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 2 | -2/+2 |
* | Revert "Add default exceptions affected by suppress (#25099)" | Rafael Mendonça França | 2016-05-23 | 1 | -1/+0 |
* | Add default exceptions affected by suppress (#25099) | Alexey Zapparov | 2016-05-23 | 1 | -0/+1 |
* | Don't publicize Kernel core extensions | Genadi Samokovarov | 2016-02-04 | 2 | -0/+4 |
* | temp files are no more require | Gaurav Sharma | 2015-08-25 | 1 | -2/+0 |
* | No need of requiring `rbconfig`, it is by-default loaded | Kuldeep Aggarwal | 2015-01-10 | 1 | -1/+0 |
* | Remove debugger support | Rafael Mendonça França | 2015-01-04 | 1 | -10/+3 |
* | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 1 | -80/+0 |
* | Do not check only for the Rails constant | Rafael Mendonça França | 2015-01-02 | 1 | -1/+1 |
* | Fix comment typo in debugger.rb | mntj | 2014-12-30 | 1 | -1/+1 |
* | edit pass over all warnings | Xavier Noria | 2014-10-28 | 1 | -3/+3 |
* | Deprecate reporting methods for silencing output as they aren't thread safe | Tom Meier | 2014-07-15 | 1 | -0/+10 |
* | Fix concerning module reference [ci skip] | Carlos Antonio da Silva | 2014-02-26 | 1 | -1/+1 |
* | Introduce Concern#class_methods and Kernel#concern | Jeremy Kemper | 2014-02-23 | 1 | -0/+10 |
* | Methods silence_stream/quietly are not thread-safe [skip ci] | Arthur Neves | 2014-02-19 | 1 | -0/+4 |
* | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 1 | -0/+1 |
* | Get rid of unused variable | Guillermo Iguaran | 2013-11-14 | 1 | -1/+1 |
* | Merge pull request #12882 from charliesome/use-rescue-splat-in-suppress | Guillermo Iguaran | 2013-11-13 | 1 | -2/+1 |
|\ |
|
| * | Use rescue with a splat rather and catching all and filtering | Charlie Somerville | 2013-11-13 | 1 | -2/+1 |
* | | Fix jruby warning when capture calls unlink on an open tempfile | Alex Tambellini | 2013-08-02 | 1 | -0/+1 |
|/ |
|
* | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 1 | -4/+3 |
* | Kernel#capture replaced by version which can catch output from subprocesses | Dmitry Vorotilin | 2012-11-01 | 1 | -11/+26 |
* | update AS/core_ext docs [ci skip] | Francesco Rodriguez | 2012-09-12 | 1 | -5/+6 |
* | Merge pull request #5996 from gazay/remove_excess_selfs | Jeremy Kemper | 2012-04-28 | 1 | -3/+4 |
|\ |
|
| * | String quotes and trailing spaces | Alexey Gaziev | 2012-04-29 | 1 | -3/+3 |
| * | AS core_ext refactoring pt.2 | Alexey Gaziev | 2012-04-29 | 1 | -0/+1 |
* | | and one more time | Aditya Sanghi | 2012-04-24 | 1 | -2/+2 |
* | | another attempt at the language | Aditya Sanghi | 2012-04-18 | 1 | -1/+1 |
* | | review changes for #5875 | Aditya Sanghi | 2012-04-18 | 1 | -1/+1 |
* | | stamp out ruby-debug19 with extreme prejudice :) | Aditya Sanghi | 2012-04-17 | 1 | -2/+2 |
|/ |
|
* | rename ruby-debug to ruby-debug19 | Vishnu Atrai | 2012-01-01 | 1 | -1/+1 |
* | remove Kernel#singleton_class from core_ext as it is present in ruby 1.9 | lest | 2011-12-21 | 1 | -7/+0 |
* | Remove trailing white-spaces | Guillermo Iguaran | 2011-06-05 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 1 | -2/+2 |
|\ |
|
| * | Remove extra white spaces on ActiveSupport docs. | Sebastian Martinez | 2011-05-23 | 2 | -3/+3 |
* | | Removed the AS core_ext/kernel/debugger breakpoint method as this method is a... | Josh Kalderimis | 2011-05-23 | 1 | -7/+1 |
* | | Removed AS core_ext/kernel/requires as it's not used and is bad practice. | Josh Kalderimis | 2011-05-23 | 1 | -26/+0 |
|/ |
|
* | new reporting method Kernel#quietly | Xavier Noria | 2011-05-13 | 1 | -1/+13 |
* | Move capture to Kernel. [#5641 state:resolved] | Krekoten' Marjan | 2010-09-18 | 1 | -0/+19 |
* | Config is deprecated on 1.8.8 and 1.9.3 use RbConfig | Santiago Pastorino | 2010-08-23 | 1 | -1/+1 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -2/+2 |
* | You need the ruby-debug available in your Gemfile for debugger to work | David Heinemeier Hansson | 2010-06-02 | 1 | -1/+1 |
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+2 |