aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-12/+12
* [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-12/+12
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-12/+12
* Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-291-1/+0
* Adds `not_in?` onto ObjectJon McCartie2016-07-211-0/+1
* Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-291-1/+0
* Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-011-1/+1
* Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-011-0/+1
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-1/+1
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-161-2/+5
* remove unnecessary object/conversions fileNihad Abbasov2012-10-021-5/+2
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+1
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-251-1/+0
* Backport Object#public_send to 1.8 so that we can implement Module#delegate s...Jon Leighton2011-08-151-0/+1
* Cant use inclusion in commands/application.rb as the frameworks havent all be...David Heinemeier Hansson2011-04-111-0/+1
* Object#returning has gone, it's already deprecated on 3-0-stableSantiago Pastorino2010-08-151-1/+0
* Bring returning back to ease migration.José Valim2010-08-021-0/+1
* Object#returning removedSantiago Pastorino2010-07-251-2/+0
* Define a convention for descendants and subclasses.José Valim2010-07-051-1/+0
* AS json refactor, move to_json implementation to core_ext and a cleanup a bit...Santiago Pastorino2010-07-011-0/+1
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+0
* metaclass deprecated in 2.3.6Jeremy Kemper2010-02-251-1/+0
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-0/+1
* adds a few missing requires in AS object.rb and module.rbXavier Noria2010-02-141-0/+5
* Reinstate object/extending require too for Object.subclasses_ofJeremy Kemper2010-02-091-0/+1
* removes now void extending.rbXavier Noria2010-01-261-1/+0
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* try is an object extensionJeremy Kemper2009-03-211-0/+1
* blank? and duplicable? are Object extensionsJeremy Kemper2009-03-211-0/+3
* Added Object#metaclassJoshua Peek2008-07-151-0/+1
* Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]Jeremy Kemper2007-12-091-0/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Object#copy_instance_variables_from Ruby 1.9 compatJeremy Kemper2007-09-271-1/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+2