aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+1
|
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-2/+2
|\ | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/core_ext/kernel/requires.rb
| * 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 ↵Josh Kalderimis2011-05-231-7/+1
| | | | | | | | added by ruby-debug and should be left as is. Missing tests added.
* | 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also ↵Xavier Noria2010-04-051-0/+13
| | | | there, same for #class_eval to simplify, and adds coverage for class_eval
* Don't write to /dev/null on mingw. [#3921 state:resolved] (ht: Patrick ↵wycats2010-03-271-1/+1
| | | | Daryll Glandien)
* 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
|/ | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* 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 ↵Joshua Peek2008-08-181-4/+4
| | | | RAILS_DEFAULT_LOGGER unless necessary.
* Added Ruby 1.8 implementation of Process.daemonJoshua Peek2008-05-051-10/+2
|
* Improve documentation.Pratik Naik2008-03-261-0/+8
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9093 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ↵David Heinemeier Hansson2007-04-281-0/+13
| | | | | | by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added socket cleanup for lighttpd, both before and after [DHH] Added ↵David Heinemeier Hansson2006-03-041-9/+14
| | | | | | automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Have to use inheritanceDavid Heinemeier Hansson2006-03-011-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3715 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added Kernel#daemonize to turn the current process into a daemon that can be ↵David Heinemeier Hansson2006-03-014-0/+96
killed with a TERM signal [DHH] Refactored stuff lingering in kernel.rb to the appropriate places git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3714 5ecf4fe2-1ee6-0310-87b1-e25e094e27de