aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* A small rdoc change made on lines 39 and 41 on activesupport/lib/active_suppo...jacortinas2010-05-251-2/+2
* Add missing require to with_options [#4601 state:resolved]Carlos Antonio da Silva2010-05-151-0/+2
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-13/+0
* metaclass deprecated in 2.3.6Jeremy Kemper2010-02-251-14/+0
* Missed singleton_classJeremy Kemper2010-02-251-0/+13
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-5/+6
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+11
* removes now void extending.rbXavier Noria2010-01-261-4/+0
* removes Object#extended_byXavier Noria2010-01-261-4/+0
* removes unused method Object#extend_with_included_modules_fromXavier Noria2010-01-261-4/+0
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* removes unused Class#descedentsXavier Noria2010-01-261-34/+0
* removes unused Object#subclasses_ofXavier Noria2010-01-261-12/+0
* removes unused Object#remove_subclasses_ofXavier Noria2010-01-261-4/+0
* Merge docrailsPratik Naik2010-01-171-0/+16
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* to_param.rb needs active_support/core_ext/object/to_queryXavier Noria2010-01-011-0/+2
* extending.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* extending.rb needs active_support/core_ext/class/removal because it uses reac...Xavier Noria2010-01-011-0/+2
* Added Object#presence that returns the object if it's #present? otherwise ret...David Heinemeier Hansson2009-12-271-2/+20
* Extract descendents a bit so it can take advantage of Rubinius' __subclasses__.Yehuda Katz2009-12-131-33/+40
* Quick fix for not escaping []s (not ideal)Joshua Peek2009-12-021-1/+1
* Failing tests for to_param/to_query not escaping "[]"Joshua Peek2009-12-022-2/+2
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-17/+0
* Object#instance_variable_defined? is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-7/+0
* Since we require 1.8.7 we don't need to shim instance_exec anymoreYehuda Katz2009-11-071-27/+0
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-023-16/+76
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...José Valim2009-10-171-1/+7
* Merge docrailsPratik Naik2009-07-251-1/+1
* Break up misc Object extensionsJeremy Kemper2009-05-204-80/+85
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+3
* Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-282-10/+10
* try is an object extensionJeremy Kemper2009-03-211-0/+36
* blank? and duplicable? are Object extensionsJeremy Kemper2009-03-212-0/+101
* Refactor Object#try to use inheritance. [#1774 state:resolved]Josh Susser2009-01-181-17/+0
* Change Object#try to raise NoMethodError on private methods and always return...Pratik Naik2009-01-131-1/+1
* Object#tap for Ruby < 1.8.7Jeremy Kemper2009-01-071-0/+15
* Lazy-require CGI for Object#to_queryJeremy Kemper2008-11-261-2/+1
* Allow optional arguments and/or block for Object#try like Object#send does. [...Eloy Duran2008-11-241-2/+7
* Lazy-require XmlSimple. Move CGI require to object conversions where it's act...Jeremy Kemper2008-11-231-1/+3
* Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...Pratik Naik2008-11-191-0/+13
* Merge docrailsPratik Naik2008-10-051-16/+36
* Provide alternate implementation of Object#subclasses_of for JRubyNick Sieger2008-10-031-12/+33
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-5/+0
* Improved Memoizable test coverage and added support for multiple argumentsJoshua Peek2008-07-221-0/+5
* Added Object#metaclassJoshua Peek2008-07-151-0/+8
* Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-091-1/+1
* Performance: faster Object.subclasses_ofJeremy Kemper2008-06-081-8/+9
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Alias Object#instance_variable_names to Object#instance_variables for Ruby 1.8.xPratik Naik2008-04-211-2/+6