aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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