aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the Kernel#` override that turns ENOENT into nilAkinori MUSHA2019-01-311-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-4/+4
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Remove debugger supportRafael Mendonça França2015-01-041-1/+0
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-1/+1
* Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-231-1/+2
* Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-1/+0
* 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