aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #5996 from gazay/remove_excess_selfsJeremy Kemper2012-04-281-3/+4
|\
| * String quotes and trailing spacesAlexey Gaziev2012-04-291-3/+3
| * AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-0/+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
* remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-7/+0
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-2/+2
|\
| * Remove extra white spaces on ActiveSupport docs.Sebastian Martinez2011-05-232-3/+3
* | Removed the AS core_ext/kernel/debugger breakpoint method as this method is a...Josh Kalderimis2011-05-231-7/+1
* | Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-26/+0
|/
* 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
* Removes unused varsSantiago Pastorino2010-07-241-2/+2
* You need the ruby-debug available in your Gemfile for debugger to workDavid Heinemeier Hansson2010-06-021-1/+1
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-0/+13
* Don't write to /dev/null on mingw. [#3921 state:resolved] (ht: Patrick Daryl...wycats2010-03-271-1/+1
* Merge remote branch 'fxn/master'Jeremy Kemper2010-02-061-7/+0
|\
| * removes Kernel#daemonize, which is no longer usedXavier Noria2010-02-061-7/+0
* | fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
|/
* Fix Ruby warning: method redefined; discarding old breakpointBryan Helmkamp2009-11-091-0/+1
* Don't rely on Rails.loggerJeremy Kemper2009-06-081-2/+4
* No more free lunchJeremy Kemper2009-04-221-1/+3
* Condense to Kernel#with_warningsJeremy Kemper2009-03-241-6/+8
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-4/+4
* Added Ruby 1.8 implementation of Process.daemonJoshua Peek2008-05-051-10/+2
* Improve documentation.Pratik Naik2008-03-261-0/+8
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-0/+13
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-9/+14
* Have to use inheritanceDavid Heinemeier Hansson2006-03-011-1/+1
* Added Kernel#daemonize to turn the current process into a daemon that can be ...David Heinemeier Hansson2006-03-014-0/+96