aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel.rb
Commit message (Expand)AuthorAgeFilesLines
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-0/+1
* removes Kernel#daemonize, which is no longer usedXavier Noria2010-02-061-1/+0
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-5/+5
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-0/+1
* Added Kernel#daemonize to turn the current process into a daemon that can be ...David Heinemeier Hansson2006-03-011-88/+4
* r3240@asus: jeremy | 2005-11-20 23:22:34 -0800Jeremy Kemper2005-11-211-16/+25
* Define kernel.rb methods in "class Object" instead of "module Kernel" to work...Sam Stephenson2005-11-071-1/+1
* Added Kernel#silence_stderr to silence stderr for the duration of the given b...Sam Stephenson2005-11-071-0/+26
* Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...Marcel Molina2005-10-081-0/+22
* Added test to ensure that silence_warnings also returned its valueDavid Heinemeier Hansson2005-09-111-1/+1
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-0/+14
* Do document this...David Heinemeier Hansson2005-04-181-1/+1
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-201-0/+17