aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel/reporting.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-231-1/+0
* Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-231-0/+1
* Don't publicize Kernel core extensionsGenadi Samokovarov2016-02-041-0/+2
* temp files are no more requireGaurav Sharma2015-08-251-2/+0
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-80/+0
* edit pass over all warningsXavier Noria2014-10-281-3/+3
* Deprecate reporting methods for silencing output as they aren't thread safeTom Meier2014-07-151-0/+10
* Methods silence_stream/quietly are not thread-safe [skip ci]Arthur Neves2014-02-191-0/+4
* Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+1
* Get rid of unused variableGuillermo Iguaran2013-11-141-1/+1
* Merge pull request #12882 from charliesome/use-rescue-splat-in-suppressGuillermo Iguaran2013-11-131-2/+1
|\
| * Use rescue with a splat rather and catching all and filteringCharlie Somerville2013-11-131-2/+1
* | Fix jruby warning when capture calls unlink on an open tempfileAlex Tambellini2013-08-021-0/+1
|/
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-4/+3
* Kernel#capture replaced by version which can catch output from subprocessesDmitry Vorotilin2012-11-011-11/+26
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-5/+6
* String quotes and trailing spacesAlexey Gaziev2012-04-291-3/+3
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-0/+1
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+1
* new reporting method Kernel#quietlyXavier Noria2011-05-131-1/+13
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-0/+19
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Don't write to /dev/null on mingw. [#3921 state:resolved] (ht: Patrick Daryl...wycats2010-03-271-1/+1
* Condense to Kernel#with_warningsJeremy Kemper2009-03-241-6/+8
* Improve documentation.Pratik Naik2008-03-261-0/+8
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-9/+14
* Added Kernel#daemonize to turn the current process into a daemon that can be ...David Heinemeier Hansson2006-03-011-0/+46